Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 16th, 2005, 08:41 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 212
Thanks: 0
Thanked 0 Times in 0 Posts
Default radio button font background color

Hi,

I have this piece of css which sets the backround color of my radio buttons:

#radioBut{
background-color: #EEC591;
font-size: 11pt;
font-family: times;
}

How do I set the background color of the font WITHIN the radio buttons, (I want it to be a different color to the background color of the buttons themselves) without applying the same change to all the fonts on my documents body?

TIA
Joe

__________________
\'sync\' <cr>
The name specified is not recognized as an internal or external command, operable program or batch file.
 
Old November 18th, 2005, 09:21 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 212
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I found no code for this but did find a workaround. You can just put each radio button in a table cell with the cell padding, spacing and table border set to 0. You can then color the cell background colors.

Cheers anyway people.

Joe






Similar Threads
Thread Thread Starter Forum Replies Last Post
mdi-background color avats General .NET 1 February 28th, 2008 10:25 AM
how to get font ,color,font size of text in win32 satishsatao Visual C++ 0 April 5th, 2006 05:05 AM
background-color disappears harpua CSS Cascading Style Sheets 1 August 19th, 2005 04:53 PM
Font Color OzzyUltra Linux 1 October 22nd, 2004 10:01 AM
font color, what different possibilites are phpsharma HTML Code Clinic 2 November 12th, 2003 06:44 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.