상단메뉴 고정하기
[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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4426 | ||
| 444 | 10년 전 | 9067 | ||
| 443 | 10년 전 | 7056 | ||
| 442 |
|
10년 전 | 9548 | |
| 441 | 10년 전 | 9009 | ||
| 440 |
블랙앤화이트
|
10년 전 | 10106 | |
| 439 | 10년 전 | 8894 | ||
| 438 | 10년 전 | 10204 | ||
| 437 | 10년 전 | 9627 | ||
| 436 | 10년 전 | 10010 | ||
| 435 | 10년 전 | 6344 | ||
| 434 | 10년 전 | 13713 | ||
| 433 | 10년 전 | 8295 | ||
| 432 | 10년 전 | 7008 | ||
| 431 | 10년 전 | 20666 | ||
| 430 | 10년 전 | 11399 | ||
| 429 | 10년 전 | 4583 | ||
| 428 | 10년 전 | 10834 | ||
| 427 | 10년 전 | 9706 | ||
| 426 | 10년 전 | 10270 | ||
| 425 | 10년 전 | 19820 | ||
| 424 | 10년 전 | 10973 | ||
| 423 | 10년 전 | 6593 | ||
| 422 |
untitled
|
10년 전 | 11675 | |
| 421 | 10년 전 | 23218 | ||
| 420 | 10년 전 | 15551 | ||
| 419 |
wkpark
|
10년 전 | 15115 | |
| 418 | 10년 전 | 11394 | ||
| 417 | 10년 전 | 10703 | ||
| 416 |
|
10년 전 | 13351 | |
| 415 | 10년 전 | 8832 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기