[thelist] Style a Disabled Input

Stephen Caudill SCaudill at municode.com
Wed Oct 29 11:04:20 CST 2003


Hershel Robinson on Wednesday, October 29, 2003 11:08 AM said:

: I would like to apply a style to disabled input boxes. I found
: online a method using CSS3, but it does not work for me in Win 2K
: IE6. 
: 
: My doctype is
: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
: 
: Does anyone know how I can apply a style to disabled inputs?
: 
: Thank you.

apply a class or id and use the appropriate selector.  currently
the only cross browser way of styling specific input types.


More information about the thelist mailing list