Search code examples
internet-explorerlayoutquirks-mode

Why site open in Quirks mode in IE all version ?


When i open my site in IE (all Version 7,8,9) its open in Quirks mode and i didn't find any solution to resolve this .

So please help me


Solution

  • <body onLoad="blinkFont()">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
    <head>
    

    My money is on that beauty... Followed by the script tag outside of the closing html and body tags.