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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
subgeniuskitty

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

Post 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
Last edited by subgeniuskitty on Tue Oct 02, 2007 12:53 am, edited 1 time in total.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

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

Post 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 -->
Greg
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

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

Post by KO »

Also check that your paths will correctly in case you are using pretty urls.

br, K
subgeniuskitty

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

Post by subgeniuskitty »

Thanks for the help. Your suggestion worked perfectly!
Locked

Return to “Layout and Design (CSS & HTML)”