i found this menu that's exactly what i want. It works in all modern browsers and IE 7/8. I need to find a fix for it to work in IE6. Any help would be greatly appreciated.
相关问题
- Views base64 encoded blob in HTML with PHP
- How to fix IE ClearType + jQuery opacity problem i
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
The problem with this menu in IE6 is that it's using selectors like this:
IE6 only supports
:hover
ona
elements.Fortunately, there's a really easy fix to make this menu work in IE6.
It's called Whatever:hover
csshover3.htc
file.Add this CSS:
Here's a self-contained file that I tested to work with IE6, provided that the
csshover3.htc
file is in the same folder: