JWN schrieb am 02.03.2011 23:11
Hi Jim,
http://bytes.com/topic/html-css/answers/627726-check-whether-browser-quirks-standards-mode
thanks a lot (could not find anything useful that day)! I like the
bookmarklet, since IE6 seems the only browser without "View page info".
Although "It cannot be
Afternoon Ingo
You wrote
Ingo schrieb am 01.03.2011 21:59
I have problems to detect if my DTD (and whatnot) are correct.
What, there is no way to check for quirksmode? Or did I ask wrongly, or
indecently?
First, a quick google turned up lots of responses [1] to "how to check for
Quir
Ingo schrieb am 01.03.2011 21:59
I have problems to detect if my DTD (and whatnot) are correct.
Since I run into the box model bug in IE6, header data must be wrong -
the bug supposedly only applies to quirksmode. I found this JS snippet
http://www.snippetstash.com/public/126
if(document.com
Hi,
I have problems to detect if my DTD (and whatnot) are correct.
Since I run into the box model bug in IE6, header data must be wrong -
the bug supposedly only applies to quirksmode. I found this JS snippet
http://www.snippetstash.com/public/126
if(document.compatMode == 'CSS1Compat