Log in

View Full Version : The "disable" element



fileserverdirect
09-30-2007, 08:18 PM
O.K., I am not writing an entire 3 paragragh thing on why I need this answerd (I normally do). What is the element in CSS that disables the text box or whatever, so it works like this:

<input type="text" DISABLED>

Twey
09-30-2007, 08:47 PM
That's not available in CSS (since it's not purely presentational, it has no business being in a stylesheet language).