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? Quote Link to comment 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. Quote Link to comment 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. 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.