Jump to content

CarolusRex

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by CarolusRex

  1. Всем спасибо, разобрался! помог JQuery $(document).ready(function() { var h=window.document.getElementById("middle").clientHeight; var h2 = Math.ceil(h/36)*36; $('#middle').height(h2); });
  2. Здравствуйте! Очень нужно, чтобы высота <div>'а была кратна высоте фона, я, можно сказать, новичок, и вот, что у меня получилось(высота фона 36px: <script type="text/javascript" language="javascript"> var h=window.document.getElementById("middle").style.height; var h2 = Math.ceil(h/36)*36; window.document.getElementById("middle").style.height = h2+'px'; </script> -не работает))) Наверное вообще не с той стороны зашел, не подскажете как это можно осуществить?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy