You are absolutely right.
After further investigation I found the line
- Code: Select all
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
was giving me problems in IE7