Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Apply CSS to input items
Message
 
 
To
09/03/2004 16:47:33
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00884568
Message ID:
00884673
Views:
13
Thanks a ton David. Congrats on the Foxtalk Editor position.

>>How can I apply a CSS to input items such as radio buttons and checkboxes. Currently the font for the choices is black, but I would like (via a CSS) to change them to blue.
>
>Since the text for radio buttons or checkboxes is outside the actual tag, you might have to wrap the text in a SPAN section and give the span a class name that is contained in the CSS.
>
>
>span.spanblue {
>  color:blue
>}
>
><input type="checkbox" id="something"><span class="spanblue">Blue Text</span>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform