Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- IE going into quirks


Fotiman - 7:57 pm on Dec 9, 2010 (gmt 0)


The way to trigger Quirks mode in IE is by using an incomplete DOCTYPE. You are using:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

Which WILL trigger quirks mode. Change it to this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


Thread source:: http://www.webmasterworld.com/html/4240671.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com