Allen Bates
2009-07-26 01:13:39 UTC
The entire html works fine with all known browsers, includeing IE7 & IE8.
This following menu hover fix is not working in IE6.
Can you please tell me simple solution without script or activeX control?
<!--[if IE]>
<style type="text/css" media="screen">
#menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body { behavior: url(csshover.htc); font-size: 100%; }
#menu ul li a {height: 1%;}
</style>
<![endif]-->
This following menu hover fix is not working in IE6.
Can you please tell me simple solution without script or activeX control?
<!--[if IE]>
<style type="text/css" media="screen">
#menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body { behavior: url(csshover.htc); font-size: 100%; }
#menu ul li a {height: 1%;}
</style>
<![endif]-->