TheFilmGod Posted May 21, 2009 Share Posted May 21, 2009 input[disabled=disabled] { background: url(layout/input_bg_disabled.png) repeat-x; } input[disabled=disabled]:hover { border-color: #aaa; } IE completely ignores this. Is there something wrong I did? Quote Link to comment https://forums.phpfreaks.com/topic/159091-advanced-css-not-rendered/ Share on other sites More sharing options...
Axeia Posted May 21, 2009 Share Posted May 21, 2009 Advanced [attr] selectors: IE 5-6: No IE 7-8: Yes [edit] Additionally the :selected, :enabled and :disabled pseudo selectors aren't supported by IE in any version. Quote Link to comment https://forums.phpfreaks.com/topic/159091-advanced-css-not-rendered/#findComment-839131 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.