코드 복사 코드는 다음과 같습니다. .org/1999/xhtml" > < ;head> jQuery의 위치 함수(offset(), innerWidth(), innerHeight(), externalWidth(), externalHeight(), scrollTop( ), scrollLeft()) <br>#divShow{width:100px;height:50px; background-color:Green;display: none;} <br>#divAd{width:100px;height: 100px;배경색:빨간색;위치:absolute;top:100px;왼쪽:100px;} <br> <br>//in div는 달력 컨트롤과 유사하게 텍스트 상자 아래에 표시됩니다. <br>function showDiv(obj){ <br>jQuery("#divShow").css("left",jQuery(obj).offset().left) <br>jQuery("#divShow").css ("top",jQuery(obj).offset().top jQuery(obj).outerHeight()) <br><br>jQuery("#divShow").show() <br>} <br> jQuery(function(){ <br><br>}) <br>//스크롤 막대는 플로팅 광고에 적합한 다음 함수를 스크롤하고 실행합니다. <br>jQuery(this).scroll(function(){ <br> jQuery("#divAd").css("top",100 jQuery(document).scrollTop()) <br>jQuery("#divAd").css("left",100 jQuery(document).scrollLeft ( ))); <br></head> <br><body><input type="text" value="ok" = "showDiv(this);" /> <br><div id="divShow">2010-03-22</div> <br><div id="divAd">플로팅 광고</ div> <br><div style="height:2000px;width:2000px;">스크롤 막대를 지원하는 데 사용됩니다</div> <br></html><br><br><br> </div>