Orionsbelter Posted November 7, 2009 Share Posted November 7, 2009 Hi there, i am trying to change an image to another with :hover in CSS but as you probs will know IE does not support this unless it is a "a". Any other way of doing this? by the way its a background image of a table Link to comment https://forums.phpfreaks.com/topic/180695-image-hover-over-help-ie-error/ Share on other sites More sharing options...
Gayner Posted November 7, 2009 Share Posted November 7, 2009 This is php support. Link to comment https://forums.phpfreaks.com/topic/180695-image-hover-over-help-ie-error/#findComment-953357 Share on other sites More sharing options...
Cardale Posted November 7, 2009 Share Posted November 7, 2009 So a div wouldn't work in IE or span? .pic div { background: #000 url(img/bgmenu.png) repeat-x; } .pic div:hover { background-position: left bottom; I maintain a strict hatred for IE. It just isn't a good browser. So I simply don't support it. In fact thinking about disabling IE use at my site. http://kinggoddard.com check out the links to the browser benchmarks. Although everything at my site currently works with all browsers I have tested including IE. Haven't tested opera yet. Link to comment https://forums.phpfreaks.com/topic/180695-image-hover-over-help-ie-error/#findComment-953376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.