I noticed that form elements are broken when using
Netscape 4.78 on Windows 98. Namely the login drop
down box and drop down boxes in the status page.
Upon further research I discovered that this is caused by
the CSS style for SELECT. The border definition causes
the drop down box to break.
You can correct this problem, if you wish, with a second
CSS document. You can use a base style sheet
declaration in the head of the page and then import the
second page with fancy styles supported by IE.
The format is:
@import url("path/to/css/formIE.css");
Import is not supported by Netscape. Therefore, any
styles you put in this second document will be ignored by
this browser.