Lines Matching refs:margin
599 Then minus the margin so the video isn't actually the full window height. */
602 var marginTop = $("#video-frame").css('margin-top').split('px')[0];
827 $('#devdoc-nav .totop').css({left: -(newLeft - parseInt($('#side-nav').css('margin-left')))});
876 // Could be either margin or top position, depending on whether the nav is fixed.
877 var topMargin = (parseInt($nav.css('margin-top')) || parseInt($nav.css('top'))) + 1;
878 // add 1 for the #side-nav bottom margin
911 $("#classes-nav").css({'height':classesHeight, 'margin-top':'10px'});
1120 .css({'width':'auto','margin':''})
1524 ul.css({margin: "0", padding: "0", position: "relative", "list-style-type": "none", "z-index": "1"});
1706 var animCss = "margin-left";
1726 frame.animate({ 'margin-left' : -(curr*content_width) }, o.speed, o.easing,
2826 'margin' : $('#side-nav').css('margin')
2837 'margin' : $('#side-nav').css('margin')