Results 1 to 3 of 3

Thread: Drop Down Menu Help for IE 6

  1. #1
    Join Date
    Jan 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down Menu Help for IE 6

    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.

  2. #2
    Join Date
    Dec 2007
    Location
    Stranded in Sarasota Florida
    Posts
    75
    Thanks
    7
    Thanked 2 Times in 2 Posts

    Default

    Simply put you're going to need to trigger the menus using JavaScript...

    Code:
    <!--[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.

  3. #3
    Join Date
    Jan 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •