for example this is js code: to scroll
<div style="left: auto; position: relative;">
<ul>
<li></li>
<li></li
</ul>
</div>
after scrolling
<div style="left: 375.6px; position: fixed; top: 0px;">
<ul>
<li></li>
<li></li
</ul>
</div>
then I enlarge the page 120%, this div style does not follow it, becoming 120%? I mean in IE7
source
share