RobertP Posted May 23, 2012 Share Posted May 23, 2012 input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled ,input[type=submit]:disabled,input[type=submit]:hover:disabled{ background-color:#D8D8D8; color:#8A8A8A; } input[type=submit]:hover:disabled i have it working on chrome, is this a valid syntax? Link to comment https://forums.phpfreaks.com/topic/263011-works-but-is-it-valid/ Share on other sites More sharing options...
smoseley Posted May 24, 2012 Share Posted May 24, 2012 Looks ok to me. I'd be more worried about compatibility. Link to comment https://forums.phpfreaks.com/topic/263011-works-but-is-it-valid/#findComment-1348186 Share on other sites More sharing options...
theverychap Posted May 24, 2012 Share Posted May 24, 2012 Indeed, its valid, but older browser compatibility might be a slight issue you'll need to offer alternatives / workarounds. Link to comment https://forums.phpfreaks.com/topic/263011-works-but-is-it-valid/#findComment-1348241 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.