Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Style From Radio Buttons

Status
Not open for further replies.

RightTone

Technical User
Oct 15, 2003
3
GB
Hi Everyone,

I am new here, and quite new to CSS too.

I have a problem - I have put a style sheet on my site, so all the text field & dropdown boxes change colour and use verdana as the font, rather than Arial.

I have included this style on the page to join my mailing list, but the style sheet has also put a background colour and a 1-pixel border around the subscribe / unsubscribe radio buttons too. Take a look at: and you will see what i mean. What i want to do is remove the style from the radio buttons, but still use it on the box where people can put their e-mail address in.

Can anyone please tell me what i need to do - any response will be greatly appreciated.

Also, I would like to put my own rollover "Submit" button in on the mailing list page too - what code do i need to do this?

Many thanks,

Regards.
Rob.
 
Why the heack do you take me through so many pages on the page load? My history was filled w/ about 10 diff pages!

Just use inline style..

<input type=radio style=&quot;font-family: arial; background-color: black; border: 0px;&quot;>

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

fart.gif
 
Thanks for the help mwolf00 - it worked a treat! Much appreciated.

Can anyone please help me with my other question ...

I would like to put my own rollover &quot;Submit&quot; button on the mailing list page too - what code do i need to do this?

the page once again:
Many thanks,

Rob.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top