// and the body scrollpane var setContainerWidth = function() { // IE triggers the onResize event internally when you do the stuff in this function // so make sure we don't enter an infinite loop and crash the browser if (!isResizing) { isResizing = true; $w = $('.c1-games'); $c = $('.gamelist'); $jscpn = $('div.c1-games>div.jScrollPaneContainer'); var p = (parseInt($c.css('paddingLeft')) || 0) + (parseInt($c.css('paddingRight')) || 0); $jscpn.css({'width': $w.width() + 'px'}); $c.css({'width': ($w.width() - p) + 'px', 'overflow':'auto'}); $c.jScrollPane(); isResizing = false; } } $(window).bind('resize', setContainerWidth); setContainerWidth();
// it seems like you need to call this twice to get consistantly correct results cross browser... setContainerWidth(); })
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
c1n1k
проблема с этим плагином. При ресайзе окна скролл не прижимается к краю. Частично удалось прижать таким методом.
кто-нибудь уже сталкивался с подобной проблемой?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.