Horizontal CSS MENU - not working in IE6?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
hhm
Forum Members
Forum Members
Posts: 40
Joined: Tue Dec 27, 2005 4:28 pm

Horizontal CSS MENU - not working in IE6?

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

Re: Horizontal CSS MENU - not working in IE6?

Post by KO »

Your link does not work.  :P
hhm
Forum Members
Forum Members
Posts: 40
Joined: Tue Dec 27, 2005 4:28 pm

Re: Horizontal CSS MENU - not working in IE6?

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

Re: Horizontal CSS MENU - not working in IE6?

Post 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
hhm
Forum Members
Forum Members
Posts: 40
Joined: Tue Dec 27, 2005 4:28 pm

Re: Horizontal CSS MENU - not working in IE6?

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

Re: Horizontal CSS MENU - not working in IE6?

Post by KO »

;D Hmm...  ;D

Im Glad to help!

K
Post Reply

Return to “CMSMS Core”