IE7 suckerfish sticky problem
Date: 11/02/07
(Web Development) Keywords: css
So i posted about the suckerfish class vs id problem yesterday. I just used 2 different ID's.
Now I thought i fixed my ie7 sticky problem. When i click somewhere on the page and then mouse over a menu the top menu drop down just sticks, but not the secondary menu.
http://www.dmu.edu/_a/index.cfm
http://www.dmu.edu/_a/css/homepage.css
I have the fix inside of a conditional comment for ie7:
#nav li:hover, #nav li.hover {
position: static;
}
#nav2 li:hover, #nav2 li.hover {
position: static;
}
Anyone know why this isnt fixing the top menu from sticking?
Thanks!
Source: http://community.livejournal.com/webdev/445650.html