View Single Post
  #3 (permalink)  
Old Jan 26th, 2008, 17:51
RaidenFX RaidenFX is offline
New Member
Join Date: Jan 2008
Location: Great Britain
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Internet Explorer z-index bug suckerfish dropdown

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
Reply With Quote