css for HTML form elements

They have: 5 posts

Joined: Aug 2001

I don't have a URL to illustrate the following question, but the following should make sense:

I'm displaying "radio buttons" in a table in which the background color (of the table) has been set to yellow.

Internet Explorer: no problem, looks great.

NetScape: there's an annoying white square (background) behind the radio button.

My guess is that there is a css specification to prevent this. Can anyone save me hours of research and trial and error? Thanks in advance,--chris

Jack Michaelson's picture

He has: 1,733 posts

Joined: Dec 1999

I think (not sure) this will work:

Place the following inside the :

STYLE="background:yellow;"
or
STYLE="background-color:yellow;"

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.