타이틀
G4스킨12
툴팁버튼
레벨, 조회, 댓글 / 버튼 : 프린트, 스크랩, 점프
제목, 회원사진
스크롤 고정(퀵 비슷한)

첨부파일
bootstrap.zip (8.1K)
Down :2회 2013-06-30 02:10:53 Point : 5,000 점 차감
사용법
<script type="text/javascript" src="<?php echo $g4['path']; ?>/ez_Layout/plug-ins/bootstrap/bootstrap-affix.js"></script>
<style type="text/css">
.affix {
position: fixed; z-index:1000;
top: 10px;
left: auto;
right: auto;
}
</style>
<div class="navbar affix-top" data-spy="affix" data-offset-top="210">
<div class="put">
<?php
include_once("$g4[path]/ez_Layout/main/ez_cmt/Vertical_menu.php"); // side 메뉴
?>
</div>
</div> [이 게시물은 이지님에 의해 2013-08-13 20:42:28 기타자료실에서 이동 됨]
[이 게시물은 이지님에 의해 2014-09-10 04:01:59 기타 자료실에서 복사 됨]
[이 게시물은 이지님에 의해 2015-08-13 02:13:28 이지스킨 자료실에서 복사 됨]
<script type="text/javascript" src="<?php echo $g4['path']; ?>/ez_Layout/plug-ins/bootstrap/bootstrap-affix.js"></script>
<style type="text/css">
.affix {
position: fixed; z-index:1000;
top: 10px;
left: auto;
right: auto;
}
</style>
<div class="navbar affix-top" data-spy="affix" data-offset-top="210">
<div class="put">
<?php
include_once("$g4[path]/ez_Layout/main/ez_cmt/Vertical_menu.php"); // side 메뉴
?>
</div>
</div> [이 게시물은 이지님에 의해 2013-08-13 20:42:28 기타자료실에서 이동 됨]
[이 게시물은 이지님에 의해 2014-09-10 04:01:59 기타 자료실에서 복사 됨]
[이 게시물은 이지님에 의해 2015-08-13 02:13:28 이지스킨 자료실에서 복사 됨]