Click to See Complete Forum and Search --> : Nasty squares around radio buttons


runamok
11-19-2003, 05:08 PM
I used to know the fix for that a long time ago.

Something to do with form tags not getting along with font tags...

Can someone refresh my memory about how to fix this?

Aronya1
11-20-2003, 02:04 PM
Care to post your code? I think it has to do with a background color setting.

runamok
11-20-2003, 07:07 PM
Hi,

Ok, I fixed the problem by forcing the radio button input tag to behave, with the help of some css properties.

I can't remember exactly why form tags which contain font tags mess up radio buttons, but I do remember that it does have to do with the combination of the two.

Anyways, this css inside the radio button input tag will work;

background-color:#(same as surrounding color);
border-top:0px; border-left:0px; etc... (short form won't work here)

And that should do it. It worked for me :cool: