This page is not showing correctly in internet explorer while it’s fine in other browsers. Any ideas would be appreciated. I am not sure if I should paste the css here as it can be viewed with firefox tools. However if anyone requests it I will post it.
This is the page:
You’re using CSS features that IE8 only supports in XHTML 1.0 “strict” or “transitional” modes. Put this line at the top of adult.html (above <html>) and all will be fine:
This will also work:
More information about these modes and their affect on IE (and other browsers) is here:
(For questions restricted to page design and not related to server configuration, you might get more focused responses at Doctype.)