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/

Reply via email to