-
Website
http://elbertf.com/ -
Original page
http://ElbertF.com/2009/10/using-internet-explorer-8-for-ie6-and-ie7-testing/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
MrJoax
2 comments · 1 points
-
robert vayner
1 comment · 1 points
-
Wimsito
3 comments · 1 points
-
CoenJacobs
2 comments · 1 points
-
fakeout
1 comment · 1 points
-
-
Popular Threads
1) If you are going to go about this process to cater for IE6 and you can only cater for IE6 quirks mode, then surely you need to force quirks mode not just for yourself but also for the user? Perhaps by extending the if condition to something like: !isset($_GET['ie6']) && !(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6.') … ?
2) It's important to remember that rendering is just rendering and other inconsistencies that are often lumped in to the same bag of bugs can be down to scripting — which even in compatibility mode will be that of IE8.
3) I still prefer your IE6ification bookmarklet. Especially for showcasing to clients. :)
Re 2: Good point, I guess if IE6 support is really important then you should just run IE6 in a VM to be sure.
Re 3: It's for their own good. :)