/ Published in: CSS
URL: http://nealgrosskopf.com/files/css/style.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
button:active, button:focus { border: 1px solid #777777; color: #777777; }
You need to login to post a comment.
