상단메뉴 고정하기
[code]
$(window).scroll(function () {
var height = $(document).scrollTop();
if (parseInt(height) > 0) {
$('#hd').css({
"position": "fixed",
"display": "block",
"width":"100%",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
} else {
$('.hd').css({
"display": "block",
"position":"relative",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
}
});
[/code]
그누보드 기본 템플릿 기준
$(window).scroll(function () {
var height = $(document).scrollTop();
if (parseInt(height) > 0) {
$('#hd').css({
"position": "fixed",
"display": "block",
"width":"100%",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
} else {
$('.hd').css({
"display": "block",
"position":"relative",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
}
});
[/code]
그누보드 기본 템플릿 기준
댓글 9개
9년 전
미안하지만 저 스크립트를 어느곳에 넣으면될가요
초보가 보기에는 뭘 어덯게 해야 할지 모르겠내요 ....
초보가 보기에는 뭘 어덯게 해야 할지 모르겠내요 ....
9년 전
위의 스크립트를 애래와 같이 <script type="text/javascript">와 </script>로 감싸서
head.php의 적당한 곳에 넣으시면 상단메뉴(헤드부분)가 고정이 됩니다.
--- 아 래 ---
<script type="text/javascript">
$(window).scroll(function () {
var height = $(document).scrollTop();
if (parseInt(height) > 0) {
$('#hd').css({
"position": "fixed",
"display": "block",
"width":"100%",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
} else {
$('.hd').css({
"display": "block",
"position":"relative",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
}
});
</script>
head.php의 적당한 곳에 넣으시면 상단메뉴(헤드부분)가 고정이 됩니다.
--- 아 래 ---
<script type="text/javascript">
$(window).scroll(function () {
var height = $(document).scrollTop();
if (parseInt(height) > 0) {
$('#hd').css({
"position": "fixed",
"display": "block",
"width":"100%",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
} else {
$('.hd').css({
"display": "block",
"position":"relative",
"z-index" : "10000"
});
$('#wrapper').css({
"padding-top":"116px"
});
}
});
</script>
9년 전
좋은 팁 감사합니다
9년 전
완전 짱짱, 감사합니다!
8년 전
정말 감사합니다.^^
7년 전
감사합니다
7년 전
좋은정보 감사합니다.
5년 전
정말 고맙습니다.
5년 전
ㅠㅠ 왜 않될까요??
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2455 |
|
1년 전 | 1118 | |
| 2454 | 1년 전 | 1053 | ||
| 2453 | 1년 전 | 1618 | ||
| 2452 | 1년 전 | 1152 | ||
| 2451 | 1년 전 | 955 | ||
| 2450 | 1년 전 | 1333 | ||
| 2449 | 1년 전 | 881 | ||
| 2448 | 1년 전 | 1331 | ||
| 2447 | 1년 전 | 1410 | ||
| 2446 | 1년 전 | 1125 | ||
| 2445 | 1년 전 | 1281 | ||
| 2444 | 1년 전 | 1674 | ||
| 2443 | 1년 전 | 1483 | ||
| 2442 | 1년 전 | 1070 | ||
| 2441 | 1년 전 | 1176 | ||
| 2440 | 1년 전 | 4619 | ||
| 2439 | 1년 전 | 1075 | ||
| 2438 | 1년 전 | 1115 | ||
| 2437 | 1년 전 | 925 | ||
| 2436 | 1년 전 | 1557 | ||
| 2435 | 1년 전 | 1453 | ||
| 2434 | 1년 전 | 1016 | ||
| 2433 |
|
1년 전 | 613263 | |
| 2432 |
|
1년 전 | 1091 | |
| 2431 |
|
1년 전 | 1705 | |
| 2430 | 1년 전 | 1310 | ||
| 2429 | 1년 전 | 1269 | ||
| 2428 | 1년 전 | 1145 | ||
| 2427 | 1년 전 | 1108 | ||
| 2426 |
뽕엄능브라
|
1년 전 | 1229 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기