/ Published in: CSS
A better more accessible method to make buttons appear to be disabled upon click via css (with no javascript) Doesn't work in IE but does in other browsers.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
button:active, button:focus { border: 1px solid #777777; color: #777777; }
URL: http://nealgrosskopf.com/files/css/style.css