반응형웹 질문좀드려요~~~~ ㅠㅠ
안녕하세여 퍼블리셔
선배님들
다름이 아니라 윈도우 리사이즈에 관한 질문인데요
$(document).ready(function(){ gnbControl(); });
$(window).resize(function(){ gnbControl(); });
function gnbControl( ) {
var wrap_w = $(window).width();
if (wrap_w >= 1270){
$(".gnb > li").unbind();
gnb01();
} else {
$(".gnb > li").unbind();
gnb02();
}
}
var wrap_w = $(window).width();
if (wrap_w >= 1270){
$(".gnb > li").unbind();
gnb01();
} else {
$(".gnb > li").unbind();
gnb02();
}
}
function gnb01(){
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"1500px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"500px"});
});
}
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"1500px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"500px"});
});
}
function gnb02(){
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"200px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"100px"});
});
}
$(".gnb > li").bind("mouseenter focusin",function(){
$(".mBox").animate({"width":"200px"});
});
$(".gnb > li").bind("mouseleave focusout",function(){
$(".mBox").animate({"width":"100px"});
});
}
.mBox {width:100%;height:50px;margin-top:50px;background:url('../images/') green;}
여기서 window 가 1270 인상태로
gnb li 영역에 마우스가 올려졌다가 나온상태가 되면
mBox 의 넓이가 500이 되는데
1270 이하로 내려갔을때도
mBox 의 넓이가 500이 됩니다.
1270 이하일때는
gnb01 로 발생한 모든 액션들이 제거 됬으면 좋겠거든요
gnb01 에
$(".mBox").css({"width":"100%"}); 추가하면 되지만
다잡아야 할부분들이 너무 많아서 ㅠㅠ
이런방법말고
window 가 1270 이하일때는
gnb01 로 인해 발생한 액션들을 삭제하고
gnb02 만 적용시키고
window 가 1270 이상일때는
gnb02로 인해 발생한 액션들을 삭제하고
gnb01만 적용시키고 싶습니다
새로고침같은 방법말고 좋은 방법좀 알려주세요~~~
부탁드려요 선배님들 ㅠㅠ
댓글 2개
Gaumi
10년 전
음..모르겠네요....
주말에 공부해봐야겠어요..
주말에 공부해봐야겠어요..
mwdkim
10년 전
저도 봐도 모르겠네요 ㅜㅜ ㅎ
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3510 | 7년 전 | 2782 | ||
| 3509 | 8년 전 | 3598 | ||
| 3508 |
좋은사람우유
|
8년 전 | 4879 | |
| 3507 | 8년 전 | 5057 | ||
| 3506 | 8년 전 | 3439 | ||
| 3505 | 8년 전 | 3011 | ||
| 3504 | 8년 전 | 4028 | ||
| 3503 | 8년 전 | 3782 | ||
| 3502 | 8년 전 | 4235 | ||
| 3501 | 8년 전 | 2971 | ||
| 3500 |
|
8년 전 | 2752 | |
| 3499 |
|
8년 전 | 3195 | |
| 3498 |
|
8년 전 | 2784 | |
| 3497 | 8년 전 | 2951 | ||
| 3496 | 8년 전 | 2998 | ||
| 3495 |
|
8년 전 | 1325 | |
| 3494 |
|
8년 전 | 2432 | |
| 3493 | 8년 전 | 2085 | ||
| 3492 |
체리맛쿠키
|
8년 전 | 2556 | |
| 3491 |
제임스딘님
|
8년 전 | 1872 | |
| 3490 | 8년 전 | 1718 | ||
| 3489 |
tiadk
|
8년 전 | 3278 | |
| 3488 |
동팔이22
|
8년 전 | 2217 | |
| 3487 |
초등학교학생
|
8년 전 | 1821 | |
| 3486 |
|
8년 전 | 3349 | |
| 3485 | 8년 전 | 2468 | ||
| 3484 | 8년 전 | 2614 | ||
| 3483 | 8년 전 | 4558 | ||
| 3482 | 8년 전 | 9172 | ||
| 3481 | 8년 전 | 3676 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기