, javascript:
<!--[if ie]>
<script type="text/javascript">
function removeBehavior()
{
if((screen.deviceXDPI / screen.logicalXDPI) != '1')
{
$("*").each(function(){
$(this).css("behavior", "none");
});
}
}
removeBehavior();
window.onresize = removeBehavior;
</script>
<[endif]-->
IE - , , . 1 ( 100%), ( jQuery) dom (, , ).
onresize, .
, .