<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ComicPress 2.9 CSS Overview – Part 5</title>
	<atom:link href="http://frumph.net/faq/comicpress-2-9-css-overview-part-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://frumph.net/wordpress/faq/comicpress-2-9-css-overview-part-5/</link>
	<description>I&#039;m in your site, touching your stuff.</description>
	<lastBuildDate>Sun, 01 Aug 2010 00:16:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jminto</title>
		<link>http://frumph.net/wordpress/faq/comicpress-2-9-css-overview-part-5/comment-page-1/#comment-192</link>
		<dc:creator>jminto</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://comicpresspremium.com/?p=112#comment-192</guid>
		<description>...which can happen if we remember to float the h1 as well.  

#header h1 a {
display: inline;
text-indent: -999px;
&lt;b&gt;float: left;&lt;/b&gt;
}

#sidebar-header {
display: inline;
float: right;
{</description>
		<content:encoded><![CDATA[<p>&#8230;which can happen if we remember to float the h1 as well.  </p>
<p>#header h1 a {<br />
display: inline;<br />
text-indent: -999px;<br />
<b>float: left;</b><br />
}</p>
<p>#sidebar-header {<br />
display: inline;<br />
float: right;<br />
{</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jminto</title>
		<link>http://frumph.net/wordpress/faq/comicpress-2-9-css-overview-part-5/comment-page-1/#comment-191</link>
		<dc:creator>jminto</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://comicpresspremium.com/?p=112#comment-191</guid>
		<description>display: inline; also needs to be set to get the sidebar-header parallel with the graphic.  

#header h1 a {
               display: inline;
               text-indent: -9999px;
}

#sidebar-header {
               display: inline;
               float: right;
}

...of course, doing that somehow negates the text-indent.  Now I have text overlapping the graphic again.  *sigh*</description>
		<content:encoded><![CDATA[<p>display: inline; also needs to be set to get the sidebar-header parallel with the graphic.  </p>
<p>#header h1 a {<br />
               display: inline;<br />
               text-indent: -9999px;<br />
}</p>
<p>#sidebar-header {<br />
               display: inline;<br />
               float: right;<br />
}</p>
<p>&#8230;of course, doing that somehow negates the text-indent.  Now I have text overlapping the graphic again.  *sigh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil (Frumph)</title>
		<link>http://frumph.net/wordpress/faq/comicpress-2-9-css-overview-part-5/comment-page-1/#comment-190</link>
		<dc:creator>Phil (Frumph)</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://comicpresspremium.com/?p=112#comment-190</guid>
		<description>That&#039;s when float&#039;s come into play, #sidebar-header { float: right; } will float it to the right.</description>
		<content:encoded><![CDATA[<p>That&#8217;s when float&#8217;s come into play, #sidebar-header { float: right; } will float it to the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jminto</title>
		<link>http://frumph.net/wordpress/faq/comicpress-2-9-css-overview-part-5/comment-page-1/#comment-189</link>
		<dc:creator>jminto</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://comicpresspremium.com/?p=112#comment-189</guid>
		<description>How may #sidebar-header be bumped left or right? By default, it just appears below the header overlapping the content below.</description>
		<content:encoded><![CDATA[<p>How may #sidebar-header be bumped left or right? By default, it just appears below the header overlapping the content below.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
