Return to Snippet

Revision: 4416
at December 7, 2007 17:57 by neal_grosskopf


Initial Code
button:active, button:focus
{ 
border: 1px solid #777777;
color: #777777;
}

Initial URL
http://nealgrosskopf.com/files/css/style.css

Initial Description
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.

Initial Title
Make Button Appear to Be Disabled on Click With CSS

Initial Tags
css

Initial Language
CSS