Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  How do prevent text from going under floating ad aka put nothing below it  CSSNext Question:  I need very simple script for online store to sell ebooks  Scripts and Online Services
Question form text boxes not showing up on IE 5 on Mac ( SitePoint Forums CSS )
Updated: 2008-11-23 03:35:03 (1)
form text boxes not showing up on IE 5 on Mac

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.

Answers: form text boxes not showing up on IE 5 on Mac ( SitePoint Forums CSS )
form text boxes not showing up on IE 5 on Mac

Hi,

Try floating the input buttons as well.
Code:
input {
 border: 1px solid #8A8A8A;float:left;
}
Paul

Paul O'B

Previous Question:  How do prevent text from going under floating ad aka put nothing below it  SitePoint Forums  CSSNext Question:  I need very simple script for online store to sell ebooks  SitePoint Forums  Scripts and Online Services

- Source: form text boxes not showing up on IE 5 on Mac SitePoint Forums CSS
- Previous Question: How do prevent text from going under floating ad aka put nothing below it SitePoint Forums CSS
- Next Question: I need very simple script for online store to sell ebooks SitePoint Forums Scripts and Online Services





AllQuests.com