Log in

View Full Version : Div in PHP page drifts left in IE fine in FF



spazzer
03-17-2010, 07:48 PM
Hi,
I have uploaded my site for marking but have found that when I submit a form in my Contacts page the message that displays in a div when the message is sent is on the left hand side in IE all other browsers display the div correctly, do I need to add :

body {
text-align: center; /* for IE */
}

to the body tag for that page to get this to work in IE,can anyone help.

BLiZZaRD
03-17-2010, 10:44 PM
there are a lot of factors. A page link or full code would help decipher the needs for you.