The syntax you've shown (input.text) is a class selector, not an attribute
selector.

The rule:

input.text{...}

would match the following markup:

<input type="text" class='text" />

Review the w3 documentation on selectors:
http://www.w3.org/TR/REC-CSS2/selector.html

Andy
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to