Hi,
I was able to get the background image of a div tag to change on hover in FIREFOX but not in IE.
How can I do this in IE? The code I use is simply:
div.execute:hover {
background-image: url('images/execute2.jpg');
cursor: pointer;
}
I was considering using javascript AS WELL AS this CSS in the case of IE, but would prefer CSS.
How can I do this?
Thanks,
-Matt
I was able to get the background image of a div tag to change on hover in FIREFOX but not in IE.
How can I do this in IE? The code I use is simply:
div.execute:hover {
background-image: url('images/execute2.jpg');
cursor: pointer;
}
I was considering using javascript AS WELL AS this CSS in the case of IE, but would prefer CSS.
How can I do this?
Thanks,
-Matt







