익스6 ,익스7 에서만 버튼이 안생겨요;;;;
마루한
상단에 로그인 및 회원가입 등의 버튼이 크롬,사파리 익스8(익스플로러8) 등 잘 작동이 되는데
익스 6과 익스7 에서만. 버튼이 눌리지가 않습니다.
검색을 해서 찾아보는데도 잘 안나오네요.
웹표준으로 돈주고 맡긴건데, 만드신 분이. 잠수. -_-;;;
php 좀 배운적이 있어서. 제가 고쳐보려고 하는데.
원인을 모르겠습니다.
css 는
-----------------#wrap {padding:0}#container {clear:both;padding:0;;_width:100%;width:980px;margin:0 auto;position:relative; zoom:1; z-index:0;}#container:after { content:; display:block; clear:both; }
#content { clear:both;padding:0;*clear:none;_clear:both;*width:auto; display:inline-block; z-index:0;}#header {width:100%;height:786px;z-index:9;_width:100%; background-color:#FFFFFF; zoom:1}#header:after { content:; display:block; clear:both; }#header #wrapInHeader {width:75em;height:9em;margin:0 auto;position:relative;*z-index:99;}#header .logo {width:213px;height:108px;position:absolute;left:0;top:0;overflow:hidden;}#footer {padding:0;position:relative;width:980px; height:160px; margin:0 argin:0 auto; clear:both; background:url(/img/footer_bg.gif)}
.header_wrap {position:relative; width:980px; height:148px; margin:0 auto;}.header_wrap h1 {width:295px; margin:0 auto; padding-top:20px}.header_wrap .gnb { position:absolute; top:30px; right:0;}.header_wrap .gnb li { float:left; background:url(/img/sprite_gnb.gif) no-repeat;}.header_wrap .gnb li span {text-indent:-500em; ; display:block}.header_wrap .gnb li.g1 { width:37px; background-position:0 0;}.header_wrap .gnb li.g2 { width:34px; background-position:0 -40px;}.header_wrap .gnb li.g3 { width:42px; background-position:0 -80px;}.header_wrap .gnb li.g4 { width:48px; background-position:0 -120px;}.header_wrap .gnb li.g5 { width:42px; background-position:0 -160px;}
---------------------
html 은
---------------------
div class=gnb ul li class=g1spana href=/main.php hidefocushome/a/span/li li class=g2a href=javascript:MakeGo(); hidefocusspanjoin/span/a/li li class=g3a href=javascript:LoginGo(); hidefocusspanlogin/span/a/li li class=g4a href=javascript:LoginGo(); hidefocusspanmypage/span/a/li li class=g5a href=/web/web_index.php?body=notice_list hidefocusspannotice/span/a/li /ul /div
---------------------
이렇게 들어가 있습니다.
뭐가 잘못된 것인가요? ;;; ㅠㅠ
도와주십시요.
-
하린
만든애 머지.. 뭐 저래짰냐...
-
민서
그...그래도.. 안되옵니다. ㅠㅠㅠ
-
김예쁨
.header_wrap { z-index:10; }을 줘보신다면?
-
큰힘
아.. 어쩌지..;;
왜 링크. 버튼이 안먹히는걸까요.. 크롬 사파리에서도 손가락 모양으로 잘바뀌는데... ;; 아예 첨부터 다시 날코딩으로 다시 해야하나... -
테이
#header #wrapInHeader {width:75em;height:9em;margin:0 auto;position:relative;*z-index:99;} 보다 높게 .header_wrap .gnb { position:absolute; top:30px; right:0; z-index:100;} 이렇게 일경우는 둘이 같은 레벨일경우 이구요.
이게 아니면 .header_wrap .gnb li a{display:block;width:매뉴넓이;heigh -
겨울c
좀더 높게 어떻게 주는 건가요...? ㅠㅠ
-
소1유물
li안에 span이 날라가버렸으니 영역이 없거나 다른 레벨의 영역과 겹쳐서 그렇다고 위 소스로는 판단됩니다만;
-
한별
#header #wrapInHeader 이녀석하고 .header_wrap .gnb이녀석이 같은 레벨이라면 gnb에다가 z-index를 좀더 높게 줘보세요. 아니면 .header_wrap .gnb li a{display:block;width:;height:}를 줘서 영역을 확보하시길 바랍니다.
-
고독
.header_wrap .gnb { position:absolute; top:30px; right:0; z-index:1}
이렇게 넣었습니다.!
안되요. ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ 흐엉.
혹시몰라. 맨끝에 [ ; ] 이것도 넣어봤는데... 안되요. ㅠㅠ -
우울녀
.header_wrap .gnb { position:absolute; top:30px; right:0;} 이부분에 z-index:1을 추가해보세요~