IE7 + CSS Menu + 0.13
Posted: Sun Nov 26, 2006 11:55 am
I'm using CMSMS 0.13 with CSSMenu 1.1.6.
It's OK with most browsers. But in IE7, the menu options do not get highlighted on mouse-over, EXCEPT if the mouse hovers over the text.
http://www.imba.org.uk
Any ideas on this?? I thought of adding lots of tags to pad out the menu option text, but that's dirty!!
By the way, in the HEAD of each page I have:
That stops IE7 from loading the Javascript hack needed by older IE versions. All other browsers still load it, which is a shame, but doesn't seem to matter. The more usual code:
... does not work in IE for Mac, which I stilll want to support. But this makes no difference to the IE7 issue anyway.
Thanks for any thoughts!
- Martin.
It's OK with most browsers. But in IE7, the menu options do not get highlighted on mouse-over, EXCEPT if the mouse hovers over the text.
http://www.imba.org.uk
Any ideas on this?? I thought of adding lots of tags to pad out the menu option text, but that's dirty!!
By the way, in the HEAD of each page I have:
Code: Select all
<![if lte IE 6]>
<__script__ type="text/javascript" src="/CSSMenu.js"></__script>
<![endif]>
Code: Select all
<!--[if lte IE 6]>
<__script__ type="text/javascript" src="/CSSMenu.js"></__script>
<![endif]-->
Thanks for any thoughts!
- Martin.