Possible Duplicate:
img:hover not working in ie
.answer_button
{
background:url(images/answer.png) no-repeat;
width: 160px;
height: 30px;
border: none;
margin-left: -8px;
cursor: pointer;
}
.answer_button:hover
{
background:url(images/answer_hover.png) no-repeat;
width: 160px;
height: 30px;
}
What is wrong with this code? It works everywhere except IE. Thank you.
P.S. If you know IE bugs well, please help me to not go crazy and help me here either: Long polling jQuery doesn't work in IE
