This is the doctype that I'm using:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

The code is 100% verified, but I know that IE is still rendering it using Quriks. What gives?

Link to test code: http://pdme.com/test/

link|improve this question
X-UA-Compatible header? Comments before the doctype? We can't find the reason without a link to the website. – duri Sep 15 '11 at 15:29
No comments or spacing before the doctype declaration. pdme.com/test – Stephen Roy Sep 15 '11 at 15:58
feedback

2 Answers

up vote 0 down vote accepted

As I've already said, the <!-- comments --> before the doctype trigger quirks mode in IE<=9.

link|improve this answer
Thanks, I got it figured out! I'm using php to build out the site, and I wasn't looking at the actual page. <?php include("head.html"); ?> was after my comments. Thanks for pointing that out! DOH! – Stephen Roy Sep 15 '11 at 16:23
feedback

have you checked if there is any white space before the doc type?

As per Duri we need a link to help

link|improve this answer
pdme.com/test – Stephen Roy Sep 15 '11 at 16:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.