Why does IE8 ignore this, grrrrrrrrr.
1<!--[if lt IE 8]> 2<script src="http://oursite.com/ie8.min.js" type="text/javascript"></script> 3<![endif]-->
It seems that the ie8.js script doesn’t like being used inside a frame. http://dean.edwards.name/weblog/2008/01/ie7-2/
1Hi dean, 2 3First of all great work. I have a problem when I use your script inside a frame (ugly, I know). I get a permission denied on ‘if(/ie7_off/.test(top.location.search)||k<5)’. 4 5Any thoughts on a quick fix? 6 7Thanks, Ronald Moolenaar