jquery 기반 끝 효과(IE6 호 환)

947 단어 끝!
최근 에 도 jquery 를 배우 고 있 습 니 다.참고 로 기록 하 겠 습 니 다.CSS
 
<div class="scroll"></div>
<script type="text/javascript" src="../skins/css/jQuery.js" charset="UTF-8"></script>
<script type="text/javascript" src="../skins/css/top.js" charset="UTF-8"></script>
top.js
 
.scroll{
background:url(../image/scroll.gif) no-repeat center top transparent;
bottom:100px;
cursor:pointer;
height:67px;
width:18px;
position:fixed;
_position:absolute; /* IE6*/
_top: expression(eval(document.documentElement.scrollTop)+700); /*700 , 。 700 */
}
html{_text-overflow:ellipsis;} /* IE6 */
마지막 으로 잊 지 마 세 요jQuery.js파일!

좋은 웹페이지 즐겨찾기