Home | History | Annotate | Download | only in js

Lines Matching refs:margin

609    Then minus the margin so the video isn't actually the full window height. */
612 var marginTop = $("#video-frame").css('margin-top').split('px')[0];
837 $('#devdoc-nav .totop').css({left: -(newLeft - parseInt($('#side-nav').css('margin-left')))});
886 // Could be either margin or top position, depending on whether the nav is fixed.
887 var topMargin = (parseInt($nav.css('margin-top')) || parseInt($nav.css('top'))) + 1;
888 // add 1 for the #side-nav bottom margin
921 $("#classes-nav").css({'height':classesHeight, 'margin
1130 .css({'width':'auto','margin':''})
1534 ul.css({margin: "0", padding: "0", position: "relative", "list-style-type": "none", "z-index": "1"});
1716 var animCss = "margin-left";
1736 frame.animate({ 'margin-left' : -(curr*content_width) }, o.speed, o.easing,
2836 'margin' : $('#side-nav').css('margin')
2847 'margin' : $('#side-nav').css('margin')