Home | History | Annotate | Download | only in web

Lines Matching refs:Top

811                         var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ];
2320 if ( jQuery.browser.msie && window == top ) (function(){
3314 var left = 0, top = 0, elem = this[0], results;
3330 box.top + Math.max(doc.documentElement.scrollTop, doc.body.scrollTop));
3368 // Remove parent scroll UNLESS that parent is inline or a table to work around Opera inline/table scrollLeft/Top bug
3393 // Return an object with top and left properties
3394 results = { top: top, left: left };
3403 top += parseInt(t) || 0;