Log in

View Full Version : Drop Down Menu Help for IE 6



svoltmer
03-26-2008, 04:01 PM
Hi,
I've got my dropdowns for my navigation to work properly in Safari, Firefox, Opera and IE 7 but they don't work in IE 6. I am using the Suckerfish sfHover.js which I thought was supposed to fix IE 6? What am I doing wrong?

Here is a link:
http://www.crosst.org/test/

Here is the CSS:
http://www.crosst.org/test/ctstyles.css

Any help will be appreciated!! Thanks.

JAB Creations
03-30-2008, 11:17 AM
Simply put you're going to need to trigger the menus using JavaScript...


<!--[if lte IE 6]><script src="ie6.js" type="text/javascript"></script><![endif]-->

You might need to attach your function to your onload handler, I don't remember offhand.

Check out my site in IE6...I have IE8 right now though I'm sure I have some JavaScript that emulates the same behavior.

svoltmer
03-31-2008, 06:24 PM
Thanks, but I have a javascript for IE6 in place. (In the head) any other suggestions for why the content is being pushed down when li:hover is triggered? Thanks!