Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/08/2016 in all areas

  1. $(function () { function animateMnu(numb, cls) { var wnd = $(window), $fix = $('.fix'), numb = numb || 200, cls = cls || 'fixed'; wnd.scroll(function () { var ths = $(this).scrollTop(); function state() { return (ths > numb) ? true : false; } function anim() { $('.'+cls).animate({ 'top' : 0 }, 800) } if (state() && !$fix.hasClass(cls)) { $fix.addClass(cls); setTimeout(anim, 400); } else if (!state() && $fix.hasClass(cls)) { $fix.removeClass(cls).removeAttr('style').stop(); } }); } animateMnu(); });<div class="header fix"></div>.fix { width: 100%; height: 150px; background: #ccc;}.fixed { position: fixed; background: orange; width: 100%; height: 60px; top: -60px; left: 0;}Разбирайтесь)
    1 point
  2. А чего white-space: nowrap не убрать?
    1 point
  3. Кстати, до релиза Firefox 45 — c гридами без флага из коробки — остался ровно месяц. Вот будет верстальщицам подарок
    1 point
  4. 1 point
  5. 1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • 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