irt.org Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt

Q1689 Why in Netscape Navigator when using tables with the bgcolor parameter, my radio buttons show a box around them?

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

©2013 Martin Webb

ArticlesFAQsGamesFeedback

FOLDOCRFCsInstant JavaScriptSoftwareBooksJavaScript Programmer's ReferenceAboutTop