Padding with IE

liunx

Guest
Hi I seem to have a padding problem with my site:

click here (<!-- m --><a class="postlink" href="http://www.halesowen.ac.uk/newlayout">http://www.halesowen.ac.uk/newlayout</a><!-- m -->)

In firefox the menu is pushed down, but in IE it looks fine, I cant seem to get it working in both browsers.

If it works in one it doesnt work in the other.

Please help.

Thanks in advance.Which menu? The only difference I see is with the footer.
You have FF in standards mode and IE in quirks mode; this could be giving you problems.Hi what do you mean by the different modes?

How do I change that?

Thanks for your helpServing XHTML (<!-- m --><a class="postlink" href="http://www.w3.org/International/articles/serving-xhtml/">http://www.w3.org/International/articles/serving-xhtml/</a><!-- m -->) explains how it should be done.
You are serving xhtml as text to all browsers.
The XML declaration puts IE in quirks mode.
Validation errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.halesowen.ac.uk/newlayout/">http://validator.w3.org/check?verbose=1 ... newlayout/</a><!-- m -->)
 
Back
Top