Page 1 of 1

Horizontal CSS MENU - not working in IE6?

Posted: Wed May 30, 2007 3:23 pm
by hhm
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

Re: Horizontal CSS MENU - not working in IE6?

Posted: Wed May 30, 2007 4:17 pm
by KO
Your link does not work.  :P

Re: Horizontal CSS MENU - not working in IE6?

Posted: Wed May 30, 2007 4:47 pm
by hhm
KO wrote: Your link does not work.  :P
Damn - a content provider had disabled most of the pages.

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?

Posted: Wed May 30, 2007 7:25 pm
by KO
You removed the Javascript that is needed for IE. I think it was

Code: Select all

<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
And needs to be in template header.
Br,

K

Re: Horizontal CSS MENU - not working in IE6?

Posted: Wed May 30, 2007 7:50 pm
by hhm
KO wrote: You removed the Javascript that is needed for IE. I think it was

Code: Select all

<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
And needs to be in template header.
Br,

K
Thx! That made it work!

You're great..

Re: Horizontal CSS MENU - not working in IE6?

Posted: Wed May 30, 2007 8:12 pm
by KO
;D Hmm...  ;D

Im Glad to help!

K