[thelist] CSS Woes

Jay Blanchard jblanchard at pocket.com
Tue May 8 12:41:09 CDT 2007


[snip]
I didn't see a "float" for the parent container of the nested divs
(#container0 div).
Without a float, I think FF will push that div and its contents down.
[/snip]

Within the right content div;

<div id="rightContent">
<div id="container0">
					
	<div id="foo">
		<div class="float" style="width: 30%;">
			<a class="info" href="#">stuff</a>
		</div>
		<div class="float" style="width: 10%;" align="center">
			<img src="grfx/thumb_up.jpg" alt="included" />
		</div>
		<div class="float" style="width: 10%;" align="center">
			<img src="grfx/thumb_up.jpg" alt="included" />
		</div>
	</div><!-- /foo -->
</div><!-- /container0 -->
</div><!-- /rightContent -->

*glug*
		 



More information about the thelist mailing list