MJ Kewley wrote:
> ... I'm wondering if someone could point me to which one of the 170 
> or so IE 7 bugs I might be dealing with here:
> 
> http://dev.greatergreenville.com/csstesting/default3column.aspx

Stu Nicholl's menu isn't complete for IE7.

Add...
.globalmenu ul li {
position: relative;
}
.globalmenu ul ul li {
position: static;
}
...so IE7 knows what to position dropdowns in relation to, while
keeping the dropdown-stacking correct.

Next, delete...
.fixed-wide-none {
width: auto!important;
width: 800px;
}
...so that container can flex properly in IE6.

That will make both IE7 and IE6 behave reasonably well.


The missing </ul>...
<http://validator.w3.org/check?uri=http%3A%2F%2Fdev.greatergreenville.com%2Fcsstesting%2Fdefault3column.aspx&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.591>
...isn't critical for performance, but should be fixed.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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