galvin Posted March 9, 2009 Share Posted March 9, 2009 I want to have a submit button that is an image and then when clicked, it changes to another image. I simply used the :active selector and it works fine in Firefox, but NOT in IE. Anyone know if there is a way to make it work in IE, or does IE just not allow the :active selector to work with form Submit buttons? Link to comment https://forums.phpfreaks.com/topic/148539-active-selector-with-submit-buttons-in-ie/ Share on other sites More sharing options...
fabrydesign Posted March 9, 2009 Share Posted March 9, 2009 IE doesn't recognise :hover or :active on tags that are not "<a>". Link to comment https://forums.phpfreaks.com/topic/148539-active-selector-with-submit-buttons-in-ie/#findComment-780076 Share on other sites More sharing options...
haku Posted March 9, 2009 Share Posted March 9, 2009 IE6 doesn't, IE7 and IE8 do. Link to comment https://forums.phpfreaks.com/topic/148539-active-selector-with-submit-buttons-in-ie/#findComment-780081 Share on other sites More sharing options...
galvin Posted March 9, 2009 Author Share Posted March 9, 2009 I have IE7 and it's not recognizing it . Hmmm. Anyway, I'm at work so I can't try this right now, but do you think I could fool IE by putting the Submit button in <a></a> tags? Link to comment https://forums.phpfreaks.com/topic/148539-active-selector-with-submit-buttons-in-ie/#findComment-780407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.