Page 1 of 1

[solved] Why won't my menu display in IE?

Posted: Sat Sep 29, 2007 12:21 am
by subgeniuskitty
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

Re: Why won't my menu display in IE?

Posted: Sat Sep 29, 2007 3:11 am
by Greg
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 -->

Re: Why won't my menu display in IE?

Posted: Sat Sep 29, 2007 6:08 pm
by KO
Also check that your paths will correctly in case you are using pretty urls.

br, K

Re: Why won't my menu display in IE?

Posted: Tue Oct 02, 2007 12:52 am
by subgeniuskitty
Thanks for the help. Your suggestion worked perfectly!