Setting overflow worked great for firefox but as David suggested, IE requires min-height or height to be set as well.
Thanks for the great help. -Luther On Sun, Sep 21, 2008 at 4:03 PM, David Laakso <[EMAIL PROTECTED]>wrote: > Luther Baker wrote: > >> I've attached a simple html page below. It is broken into TOP and BOTTOM >> sections. >> >> Here is the look I'm after. Notice the border: >> >> >> > > > Clear the floats for all browsers. IE7 needs the min-height or the h1 > descender will touch the rule. > div.TOP > { > overflow:hidden; > min-height:60px; > } > > IE/6 needs height or h1 and h4 will be below the rule. > * html div.TOP > { > height:60px; }/*IE/6*/ > > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] 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/