Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | HTML | Q1689 [ previous next ]

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

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.