Search code examples
htmlinternet-explorer-6mousehover

Div Hover not working in IE 6


What is the trick or way to show hovers in IE 6.0?

Other Browsers like Firefox, Chrome and Safari show DIV Hovers, while IE 6.0 do not.

Is there any JScript way to do so? If so then could some one give me a link or a code snippet from which I might build a work around for IE 6?


Solution

  • Use csshover.htc

    Along with this:

    <!--[if IE 6]><style type="text/css"> body { behavior: url(csshover.htc) }</style><![endif]-->