I've ported to the Drupal 6 dev version of Denver code per this post (http://drupal.org/node/191004). However I'm running into some browser compatibility issues. In Firefox the suckerfish menus work correctly and the secondary child elements show (for example EVENTS > Conventions). However in IE 7 only the parent suckerfish items rollover and show the first child elements but not the secondary child elements - notice that the Conventions does not expand in IE 7. Also the menus seem to act erratically in IE 7 altogether. Any suggestions on this?
Again they work fine in Firefox 3.6, and Safari. Is there a hack for IE 7 that can fix this?
-backdrifting
Comments
Comment #1
ambientdrup commentedHere's the fix. I applied this position:static to my suckerfishmenu div li:hover and now it's working beautifully. Go here for the instructions:
http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns...
-backdrifting