OK
I think I found the solution. It's not a problem with House of Nuke code or with my CSS changes. It is - of course - IE.
I found this reference in the forums at devshed.com
http://forums.devshed.com/css-help-116/son-of-suckerfish-ie7-just-a-little-hack-395117.html
IE 7 does not need the javascript function defined by the son of suckefish menu system to work properly. However, since at this time there are still many IE6 users, you need to support IE6 and 7 (and soon 8). The geneal soution is to add the following code to the CSS files.
Son of Suckerfish & IE7 (just a little hack)
If you are having problems with Son of
Suckerfish and IE7, where the drop down menu will not disappear like it should. Take out the javascript because you do not need it with IE7, but if you still want IE6 to work then put it in.
For IE7, you need to add
----------------------------------------
*:first-child+html #HouseMenuNav {
height: 1%;
}
*:first-child+html #HouseMenuNav li {
height: 1%;
}
--------------------------------
Just make sure that the #HouseMenuNav id matches the CSS id for your menu.
Thanks again for the great code, can't wait for V2
GregC
|