Chris Akins wrote:

> http://www.extraordinaryimage.com/marginTest.html

> Is there not a way to retain the formatting of the elements that flow
>  around the float?

Sure. Establish a new 'block formatting context'[1], for example by
applying...

ul {margin:0 25px; overflow: hidden;}

IE7 and older won't cooperate with lists, but IE8 and all others will do 
fine.

regards
        Georg

[1]http://www.w3.org/TR/CSS21/visuren.html#block-formatting
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to