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? Quote Link to comment 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>". Quote Link to comment Share on other sites More sharing options...
haku Posted March 9, 2009 Share Posted March 9, 2009 IE6 doesn't, IE7 and IE8 do. Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.