IE 7 - CSSMenu jumping fix
Posted: Sat Sep 23, 2006 7:50 pm
The default code
Confuses :hover in IE 7 and causes the menu links to shift when there is a sub-menu
The default needs to be changed to
Code: Select all
<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
<!-- The above JavaScript is required for CSSMenu to work in IE -->
The default needs to be changed to
Code: Select all
<!--[if lte IE 6]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
<!-- The above JavaScript is required for CSSMenu to work in IE -->