When i browse one site my IE9 is set in Quirks Mode:
I put in my header's site http-equiv="X-UA-Compatible" content="IE=edge,chrome=1
but nothing change.
My doctype is "Strict".
Help me please :(
When i browse one site my IE9 is set in Quirks Mode:
I put in my header's site http-equiv="X-UA-Compatible" content="IE=edge,chrome=1
but nothing change.
My doctype is "Strict".
Help me please :(
Just to cover our bases, have you added
<!DOCTYPE html>
to the head of your document?
according to MSDN, that should be the only necessary change to put IE9 into standards mode. If you do not have the !Doctype directive, then IE9 will go into IE5 mode!(Quirks) .. so make sure you have it!