Oct 23, 2001 #1 colll Technical User May 18, 2005 2 IE I need to make a standard radio button smaller as they seem to have borders around them. Again please help
I need to make a standard radio button smaller as they seem to have borders around them. Again please help
Oct 23, 2001 #2 NiteCrawlr Programmer Mar 16, 2001 140 BR Try something like this: <INPUT id=radio1 style="WIDTH: 5px; HEIGHT: 5px" type=radio size=1 name=radio1> in WITDH and HEIGHT put the values you want, like 10px. but I´m not sure it will work with NetScape. Hope this help Upvote 0 Downvote
Try something like this: <INPUT id=radio1 style="WIDTH: 5px; HEIGHT: 5px" type=radio size=1 name=radio1> in WITDH and HEIGHT put the values you want, like 10px. but I´m not sure it will work with NetScape. Hope this help