CSS selector for disabled input type="submit"

Viewed 135324

Is there a CSS selector for disabled input type="submit" or "button"?

Should I just use input[type="submit"][disabled]?

Does that work in IE6?

4 Answers
Related