초 간단 플로팅(jquery 사용)
**** 함 테스트 해보세요~~ ***
<style>
#wrap{width:100%;height:1500px}
#skymenuleft{position:absolute;width:50px;height:100px;}
#skymenuleft .stickybox{border:1px solid red;background:#00ff00}
</style>
<div id="wrap">
<div id="skymenuleft">
<div class="stickybox">
test
</div>
</div>
</div>
<script type="text/javascript" src="./js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="./js/stickysidebar.jquery.min.js"></script>
<script type="text/javascript">
$(function () {
$('#skymenuleft').height( $(document).height()-200 );
$(".stickybox").stickySidebar({
speed: 400
, easing: "easeInOutQuad"
, constrain: true
});
});
</script>
<style>
#wrap{width:100%;height:1500px}
#skymenuleft{position:absolute;width:50px;height:100px;}
#skymenuleft .stickybox{border:1px solid red;background:#00ff00}
</style>
<div id="wrap">
<div id="skymenuleft">
<div class="stickybox">
test
</div>
</div>
</div>
<script type="text/javascript" src="./js/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="./js/stickysidebar.jquery.min.js"></script>
<script type="text/javascript">
$(function () {
$('#skymenuleft').height( $(document).height()-200 );
$(".stickybox").stickySidebar({
speed: 400
, easing: "easeInOutQuad"
, constrain: true
});
});
</script>
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3109 |
gstaron
|
12년 전 | 4787 | |
| 3108 |
|
12년 전 | 6798 | |
| 3107 | 12년 전 | 6833 | ||
| 3106 |
|
12년 전 | 8215 | |
| 3105 | 12년 전 | 6276 | ||
| 3104 | 12년 전 | 4791 | ||
| 3103 |
|
12년 전 | 4868 | |
| 3102 | 12년 전 | 3951 | ||
| 3101 | 12년 전 | 6981 | ||
| 3100 | 12년 전 | 6036 | ||
| 3099 | 12년 전 | 9972 | ||
| 3098 | 12년 전 | 3677 | ||
| 3097 |
lainfox
|
12년 전 | 4455 | |
| 3096 |
|
12년 전 | 10424 | |
| 3095 | 12년 전 | 4446 | ||
| 3094 | 12년 전 | 5106 | ||
| 3093 |
하늘바람구름
|
12년 전 | 4292 | |
| 3092 |
|
12년 전 | 8894 | |
| 3091 |
|
12년 전 | 9325 | |
| 3090 |
|
12년 전 | 6553 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기