Page is a not externally linkable
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">