Does anyone know if there is any way to set up :focus for input, textarea, and 
select in forms without having it applied to the radio buttons? I tried 
input:focus.radio and specifying the background color of the form but that did 
not work.

Debbie

http://www.drkdesign.com/debscards/cards_form.php

CSS:

input, textarea, select {
   background-color: #DBC8F5; /*lavendar*/
   font: 90% Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus {
   background-color: #ABE2C4; /*light green*/
}

input.radio {
   background-color: #590F81; /*form bkgrd color*/
   font: 90% Arial, Helvetica, sans-serif;
}    
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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