When I enlarge the page in IE7, does the style not work?

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

+4
source share
1 answer

, , CSS , , , , CSS , ! "%" "px", , CSS , , , Lapi, ! , CSS %, px.

0

Source: https://habr.com/ru/post/1531268/


All Articles