Does PHP not work well with Netscape?
Here is part of my code:
<TD ALIGN="RIGHT">Best Time To Call:</TD>
<TD><select name="besttime" class="formfield" size="1">
<option VALUE="Morning"$morning_selected>Morning</option>
<option VALUE="Afternoon"$afternoon_selected>Afternoon</option>
<option VALUE="Evening"$evening_selected>Evening</option>
</select></TD>
That works in Internet Explorer.
But in Netscape, it looks like this:

It does not put the drop down menu!
Is that a netscape problem, PHP problem, or what?
Anyone else having this problem?