• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/

Lines Matching refs:body

60   	document.body.style.cursor='pointer';

65 document.body.style.cursor='default';
73 if(iframe.contentDocument && iframe.contentDocument.body.offsetHeight){
74 alert('before '+iframe.height+" document "+iframe.Document.body.offsetHeight);
75 iframe.height=iframe.contentDocument.body.offsetHeight+80;
78 else if(iframe.Document && iframe.Document.body.scrollHeight){
79 alert('before '+iframe.style.height+" document "+iframe.Document.body.scrollHeight);
81 iframe.style.height=iframe.Document.body.scrollHeight;
436 $('.body-image').css("width", width);
437 $('.body-image').css("height", height-30);
438 $('.body-image').css("position", "absolute");
439 $('.body-image').css("top", 5);
515 $('body>.jScrollPaneContainer').css({'width': $w.width() + 'px'});
531 $('body>.jScrollPaneContainer').css({'height': $w.height() + 'px'});
616 var width = document.body.clientWidth;
647 var screen_width = document.body.clientWidth;
664 var page_contain_width = document.body.clientWidth-220 > 735 ? document.body.clientWidth-220 : 735;
708 $('.container_center').css("width", document.body.clientWidth-40 > 925 ? document.body.clientWidth-40 : 925);
710 $('.container_center').css("top", document.body.scrollHeight > 630+adjustPageHeight ? document.body.scrollHeight : 630+adjustPageHeight);
716 $('.container_center').css("width", document.body.clientWidth-40 > 925 ? document.body.clientWidth-40 : 925);
718 $('.container_center').css("top", document.body.scrollHeight > 675+adjustPageHeight ? document.body.scrollHeight : 675+adjustPageHeight);