|
You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
Pages: 1
#1 2011-11-06 13:02:11
Javascript-CSS-IE6 Hack does not work on W7-64-bit IE9 installedThe following IE6-CSS-Hack code should bring IE6 or earlier versions to shrink the width of the container with the id pagewrapper to 859px. Code:<script type="text/javascript">
<!--
//pass min and max -measured against window width
function P7_MinMaxW(a,b){
var nw="auto",w=document.documentElement.clientWidth;
if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
//-->
</script>
<!--[if lte IE 6]>
<style type="text/css">
#pagewrapper {width:expression(P7_MinMaxW(859,859));}
#container {height: 1%;}
</style>
<![endif]-->ph 55 wrote in http://www.my-debugbar.com/forum/p3735- … html#p3735 to unistall IE9 to fix a similar problem. So far I am not willing to uninstall IE9 just for IETester. Offline
Pages: 1
|