HighDots Forums  

styling radio buttons

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss styling radio buttons in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeff Thies
 
Posts: n/a

Default styling radio buttons - 07-03-2004 , 01:16 PM






This doesn't work:

<input type="radio" style="color: red">

(IE, NS7 windows)

What's with that? Styles work on other input types.

Cheers,
Jeff



Reply With Quote
  #2  
Old   
Evertjan.
 
Posts: n/a

Default Re: styling radio buttons - 07-03-2004 , 01:21 PM






Jeff Thies wrote on 03 jul 2004 in
comp.infosystems.www.authoring.stylesheets:

Quote:
This doesn't work:

input type="radio" style="color: red"

(IE, NS7 windows)

What's with that? Styles work on other input types.

color colours letters, and a radio button has no letters.

Try:

<input type="radio" style="background-color:red;">

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.