Daniel Hammond wrote:
> Here's the first thing:
> URL: http://www.studentremix.org/ms/index.htm
> CSS: http://www.studentremix.org/ms/ms.css
> Screenshot of the problem: http://www.studentremix.org/issues/ms.jpg
> The red arrows show what's going wrong. There is a little bit of blue
> extending down below the nav bar. It's not supposed to do that. View the
> page in FF, Opera, Safari, or Chrome to see how it's supposed to look.
>   


The "hasLayout" trigger [1] for IE/7 (will not effect compliant 
browsers) is:
#nav {
    /*height:29px; */
    min-height: 29px;
}
The "hasLayout trigger [1] for IE/6 is:
* html #nav {
    overflow: visible;
    }
I did not look at the second or the third thing you wrote about...
[1] <http://www.satzansatz.de/cssd/onhavinglayout.html>
~d



-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
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