많은 정보를 확인한 후 드디어 해결했습니다. 코드는 매우 간단합니다. FIREFOX IE7과 IE6에서 테스트해봤는데 문제가 없었네요. 이런 코드를 찾으시는 분들이 많으신 것 같아서 올려서 공유해보겠습니다. 코드 복사 코드는 다음과 같습니다. Zi 마우스 테스트 div> //이 줄은 이 DIV가 절대 위치에 있음을 나타냅니다. 테두리는 오른쪽에서 0px의 검은색 테두리로 추가하는 것이 가장 좋습니다. <br>rightBottomAd() 함수{ <br> var abc = document.getElementById("ad"); <br> abc.style.top = document.documentElement.scrollTop document.documentElement.clientHeight-20 "px";//20은 이 레이어의 높이입니다. <br> setTimeout(function(){rightBottomAd();},50); <br>} <br>rightBottomAd(); <br> 스크립트 홈 www.jb51.net 스크립트 하우스 테스트. [Ctrl A 모두 선택 참고: 외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 ] function rightBottomAd(){ var abc = document.getElementById("ad"); abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-20+"px"; setTimeout(function(){rightBottomAd();},50); } rightBottomAd();