[ JaybirdsWeb ]

IE Hover Fix js file and info

Note: Works with multiple classes. See ieHoverFix.js file for instructions. The hover style must be an exact duplicate of CSS rules, except for the background color. This page has 3 different classes with the pseudo class hover. Run your mouse over this paragraph for one example. The heading and the navigation also have the hover effect applied.

Example:
.heading {
color: #460016;
padding: 5px 0;
font: 120% Verdana, Arial, Geneva, sans-serif;
background-color: #ff9;
}

.heading:hover, .headingIeHoverFix {
color: #460016;
padding: 5px 0;
font: 120% Verdana, Arial, Geneva, sans-serif;
background-color: #fff;
}