Hi,
I'm helping a friend setup a website. I used the "Navigation - CSSMenu - Horizontal" with only minor modifications. However, something that I did seems to have broken the menu in IE. When I use IE6 on my computer, none of the menu drop downs display. Everything works fine in Firefox.
The site is:
http://quopax.com/ataylor-test.html
Thanks,
-Aaron Taylor
[solved] Why won't my menu display in IE?
[solved] Why won't my menu display in IE?
Last edited by subgeniuskitty on Tue Oct 02, 2007 12:53 am, edited 1 time in total.
Re: Why won't my menu display in IE?
You are missing the following code in the head section of your template:
Code: Select all
<!--[if lte IE6]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
<!-- The above JavaScript is required for CSSMenu to work in IE -->
Greg
Re: Why won't my menu display in IE?
Also check that your paths will correctly in case you are using pretty urls.
br, K
br, K
Re: Why won't my menu display in IE?
Thanks for the help. Your suggestion worked perfectly!