Previous Message
Next Message

floats on both left and right side in FF

Sent by Stephen Rider on 13 January 2005 17:05


You started with spans and I reflexively switched them to a list 
without explaining.  Sorry about that...

Span would work in lieu of the <ul> and the <li>, but sematically you 
may be better off with a list.  Again, this is hard to determine 
without looking at actual content.

So you could do it with spans like so...

<div class="genFormRow">
	<div class="genLegend">
		<span>rightOne</span>
		<span>rightOne</span>
		<span>rightOne</span>
		<span>rightOne</span>
	</div>
	<div class="genAction">
		<span>leftOne</span>
		<span>leftOne</span>
		<span>leftOne</span>
	</div>
</div>

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: