This form looks good on IE 6, Netscape 7, Firefox 1, and Opera 7 on the PC and Safari on the Mac but on IE 5.2 on the Mac, the single line text boxes (
<input name="Name" type="text" class="textfield" />) disappear -- making this form useless since the User is required to fill out the text boxes before submitting it. However, the multiline text box
<textarea name="Comments" rows="8" class="textfield"></textarea> shows.
This is the webpage in question.
The css file is located
over here
I also have some css between the <head> tags of the webpage in question.
Somebody help me please.