Page 1 of 1

[Solved] GrassStains menu in older IE7 version

Posted: Sat Jul 12, 2008 11:25 am
by LouiseW
For my site www.edelsmidfrentz.nl I made a theme based on GrassStains.
There is a problem in older IE version like 7.0: the menu doesn't unfold.
In the latest IE versions and FF it works fine, but not everyone will have the latest version.

Anyone any solution?

Re: GrassStains menu in older IE7 version

Posted: Sat Jul 12, 2008 4:56 pm
by Dr.CSS
Change this...





To...




[SOLVED] GrassStains menu in older IE7 version

Posted: Sat Jul 12, 2008 9:39 pm
by LouiseW
Hello Mark

I made that change in the template, but the menu still didn't unfold.
But you gave me an idea: the problem occurs with IE 7.0 so I added

Code: Select all

<!--[if lte IE 7]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
and now it works! Thanks.