<?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"
	>
<channel>
	<title>Comments on: Floating text below an absolutely positioned div</title>
	<atom:link href="http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<pubDate>Tue, 06 Jan 2009 10:51:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: qgoauxqkvc</title>
		<link>http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-91050</link>
		<dc:creator>qgoauxqkvc</dc:creator>
		<pubDate>Thu, 21 Jun 2007 00:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-91050</guid>
		<description>Hello! Good Site! Thanks you! glnpfpeqcpjf</description>
		<content:encoded><![CDATA[<p>Hello! Good Site! Thanks you! glnpfpeqcpjf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7489</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 23 Jan 2006 12:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7489</guid>
		<description>The problem with that solution is that the image will "float" within it's parent div to remain centered above the text. I need the image to remain fixed to the page, and have the text float beneath it. Using margin: 0 auto; is definitely the solution if you don't mind the image moving.

&lt;a href='http://highearthorbit.com/projects/CSSTest2.html' rel="nofollow"&gt;Ramin Example Here&lt;/a&gt;. 
</description>
		<content:encoded><![CDATA[<p>The problem with that solution is that the image will &#8220;float&#8221; within it&#8217;s parent div to remain centered above the text. I need the image to remain fixed to the page, and have the text float beneath it. Using margin: 0 auto; is definitely the solution if you don&#8217;t mind the image moving.</p>
<p><a href='http://highearthorbit.com/projects/CSSTest2.html' rel="nofollow">Ramin Example Here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramin</title>
		<link>http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7486</link>
		<dc:creator>ramin</dc:creator>
		<pubDate>Mon, 23 Jan 2006 08:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7486</guid>
		<description>Ugh... The previous comment's HTML got mangled, so here's another try:

&#60;div class="image"&#62;
&#60;img src="&#8230;" alt="&#8230;" /&#62;
&#60;p&#62;&#8230;&#60;/p&#62;
&#60;/div&#62;
</description>
		<content:encoded><![CDATA[<p>Ugh&#8230; The previous comment&#8217;s HTML got mangled, so here&#8217;s another try:</p>
<p>&lt;div class=&#8221;image&#8221;&gt;<br />
&lt;img src=&#8221;&hellip;&#8221; alt=&#8221;&hellip;&#8221; /&gt;<br />
&lt;p&gt;&hellip;&lt;/p&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramin</title>
		<link>http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7485</link>
		<dc:creator>ramin</dc:creator>
		<pubDate>Mon, 23 Jan 2006 08:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://highearthorbit.com/floating-text-below-an-absolutely-positioned-div/#comment-7485</guid>
		<description>Why don't you use the HTML code:


  
  ...


With the following CSS:

.image {
        padding: 0 3em;
        margin: 0 auto;
        text-align: center;
}

.image img {
        margin: 0 auto;
}

.image p {
        clear: both;
        font-style: italic;
        text-align: left;
}

This works in IE, Mozilla/Firefox, and Opera and validates. The caption will remain centered with respect to the image. The only problem that you may have would be that the width of the caption can be greater than the image's width, but that is easily solved.</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you use the HTML code:</p>
<p>  &#8230;</p>
<p>With the following CSS:</p>
<p>.image {<br />
        padding: 0 3em;<br />
        margin: 0 auto;<br />
        text-align: center;<br />
}</p>
<p>.image img {<br />
        margin: 0 auto;<br />
}</p>
<p>.image p {<br />
        clear: both;<br />
        font-style: italic;<br />
        text-align: left;<br />
}</p>
<p>This works in IE, Mozilla/Firefox, and Opera and validates. The caption will remain centered with respect to the image. The only problem that you may have would be that the width of the caption can be greater than the image&#8217;s width, but that is easily solved.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
