http://09mt.bluechips.co.kr/board/head_tops.php 에서처럼
단독으로 uRL치면 IE8 에서도 작동이 잘되는데요
http://09mt.bluechips.co.kr/board/bbs/board.php?bo_table=test_new 으로 게시판에서는
크롬이나 상위IE에서는 되는데
IE8에서는 작동이 안됩니다
test_new 게시판 관리자 페이지에서 상단과 하단을 정하구요
혹시나 문제 될만한 것들은 다 지워 보았습니다
tail_test.php 의 내용은
Copy
foot
</body></html>
딱 3줄 뿐이구요
head_tops.php 를 상단에 불러오게 하고
혹시나 스킨문제인가 싶어서 list페이지 내용도 다 지워 보았습니다만
head_tops.php 를 단독으로 실행 시키면 작동이 잘되는데
게시판에서 상단으로 불러오게 하면 먹통이 됩니다
왜 그런지 그누보드에 대해 배울수록 저의 부족을 느끼게 됩니다
고수분들의 많은 조언 부탁드립니다
아래는 head_tops.php 코드입니다
Copy
<!doctype html><html><head><meta http-equiv="Content-Type" content="text/html; charset=euc-kr" /><title>09MT</title></head> <body>
<style> #menu{width:700px; height:40px; clear:both;} ul.navi{float:left; width:700px; margin:0; padding:0; list-style:none; }
ul.navi li{display:inline;}
ul.navi li a{ float:left; margin:0; padding:0 20px; line-height:40px; text-decoration:none; font-family: 'NanumGothic'; color:#94af01; font-size:14px; font-weight:bold;} ul.navi li:hover > a{color:#000; }
ul.navi ul{display:none;}
ul.navi li:hover > ul{ position:absolute; display:block; height:35px; margin:37px 0 0 0; background:#94af01; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; }
ul.navi li:hover > ul li a{ float:left; text-decoration:none; font-family: 'NanumGothic'; color:#fff; font-size:12px; font-weight:bold; line-height:35px; margin:0; padding:0 20px 0 20px; background:#94af01; }
ul.navi li:hover > ul li a:hover{ color:#120000; text-decoration:none; text-shadow:none;} </style> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<div id="menu"> <ul class="navi">
<li><a href="/board/bbs/board.php?bo_table=sub11&wr_id=1">소개</a> <ul> <li><a href="/board/bbs/board.php?bo_table=sub11&wr_id=1">인사말</a></li> <li><a href="/board/bbs/board.php?bo_table=sub12&wr_id=1">오시는길</a></li> </ul> </li>
</ul></div>
답변 1개 / 댓글 1개
채택된 답변
+20 포인트
아리마2001
2015-05-09 (토) 12:51:31
창띄운담에 f12눌러서 오류있나봐보세요..
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.