Navigation menu problems...

1 replies
Hey guys,

Let me start by saying I'm not a programmer but instead a marketer. I decided to do my friend a favor and create this website for him but I'm stuck on the navigation menu.

It's suppose to drowdown and show all the options and it works fine in firefox but not IE. Could someone look at it and let me know if there's any easy fix like some code to add to the CSS?

Here's the link:
Gunfighter Solutions
#menu #navigation #problems
  • Profile picture of the author K Meier
    Which version of IE are you testing it on? Sorry, I'm on a Mac so I can't see the issue.

    But it's a very common issue with IE that drop down menus based purely on CSS won't work with IE. I think Microsoft finally fixed the issue in IE9 where it uses CSS :hover tags properly.

    The only workaround for IE is normally to use JavaScript. There are several good jQuery based drop down menus that work for IE6-9, Chrome, Safari, Firefox and Opera.
    If you are not familiar with HTML and CSS, use a pre made jQuery based drop down menu that works with IE6 and greater.
    {{ DiscussionBoard.errors[4066744].message }}

Trending Topics