You are here: irt.org | FAQ | HTML | Q1689 [ previous next ]
In Netscape Navigator 4.x, radio buttons use the body background color unless told otherwise. Set the background color for the radio button by using the 'style' parameter. Note: Due to the nature of table displays within Netscape Navigator, the radio button background color cannot exactly match the table cell background color.
<table> <tr> <td bgcolor=#800000> <input type=radio name='r' style='background-color:#810000' value=1> </td> </tr> </table>
Submitted by Cody Raser