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? 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. Link to comment https://forums.phpfreaks.com/topic/159091-advanced-css-not-rendered/#findComment-839131 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.