The content
property isn't working with a :hover
selector on any version of IE
HTML:
<img class="helpButton" src="images/helpButton.png" alt="Help Button" />
CSS:
.helpButton:hover {content:url(../images/helpButton-hover.png); cursor: pointer}
Note that I do have an HTML 5 doctype (<!DOCTYPE html>
).