I have all the input tags in a site but want to set a different value
for all the checkboxes.

I have tried 

checkbox {

}

can checkboxes be isolated for css changes in this way or do I need to
apply a class or id?
--------------------------

Hi Ross,
 
A checkbox is a type of input so to target it you would have to use 

input{
    _styles in here_
}

Seeing as this will also target your other types of input, this is a
scenario where using a class on the checkbox is the best idea, which you
can then style that freely.

HTH

James

______________________________________________________________________
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