Contact Form IE Validation Issues

I’m having some issues with IE7 & IE8 on my validation for my contact form.

In IE7 the css works but is offline against other browser such as FF and Chrome where the validation statement should align underneath the text box. In IE8 it removes the text box and just displays the error message.

Any tips or advice?

Thanks.

Hi there,

Try removing the left margin or setting it to zero.

styles.css, line 663
#commentForm label.error,
#commentForm input.submit {
margin-left:0;
}

:slight_smile: