Tom Dell'Aringa wrote: > Hi folks, > > I have a layout where I need to use a simple clear to open up > a floated container in FireFox. I'm using a BR tag to do this. > > It works fine in FF, but the problem is in IE I get a line > break (this is below a horizontal nav) that breaks the layout. > So the question is, how can I clear the float in FF but not > get the extra space in IE?
By using a <div> with one space inside instead of a <br>, and give it height:0; and overflow:hidden;. -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
