Hi
I'm implementing a design with a horizontal css-menu, but for some reason the menu doesn't work/expand in IE6. I can only see first-level menu-items.
Any ideas?
LINK:
http://www.copenhagenclimatecouncil.com/index.php/home
Horizontal CSS MENU - not working in IE6?
Re: Horizontal CSS MENU - not working in IE6?
Your link does not work. 
Re: Horizontal CSS MENU - not working in IE6?
Damn - a content provider had disabled most of the pages.KO wrote: Your link does not work.![]()
I've activated "About" -> "Background" such that you can see the problem:
http://copenhagenclimatecouncil.com/index.php/temp
Re: Horizontal CSS MENU - not working in IE6?
You removed the Javascript that is needed for IE. I think it was
And needs to be in template header.
Br,
K
Code: Select all
<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->Br,
K
Re: Horizontal CSS MENU - not working in IE6?
Thx! That made it work!KO wrote: You removed the Javascript that is needed for IE. I think it was
And needs to be in template header.Code: Select all
<!--[if IE]> <__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script> <![endif]-->
Br,
K
You're great..
Re: Horizontal CSS MENU - not working in IE6?
Im Glad to help!
K

