Rendering mode »
FERDY CHRISTANT - SEP 19, 2005 (07:42:14 PM)
Here's a quick tip...
Depending on the document type of your web page, Internet Explorer will use a certain rendering mode. When you like to find out in which rendering mode it is running, simply open the following script in the location bar of your browser:
javascript:alert(document.compatMode);
It will pop up "CSS1Compat" (CSS Rendering mode) or "BackCompat" (Quirks Rendering mode). To save even more time, you can of course add the script to your favourites so you can run it quickly for any site. While you're at it, be sure to add this one too:
javascript:window.resizeTo(800,600);window.moveTo(30,30);
For an ultra-quick 800x600 check.



Comments: 3
COMMENT: CHAD SCHELFHOUT
SEP 20, 06:04:50
Works great!! «
COMMENT: YOGI
SEP 20, 10:44:01
COMMENT: FERDY
SEP 20, 19:04:13