묻고답하기

잘되던 롤오버가 갑자기 먹히지 않고 , html 상으론 아무런 문제가 없습니다.(노프레임)
그래서 웹에디터로 롤오버를 다시 만들고 다시 head 파일로 만들어주면 또 되더군요;;
다음은 롤어버가 되지 않는 테그입니다

<td width="920" height="50" bgcolor="black" background="http://morro.thegame.co.kr/image/mmenu.jpg">
            <p align="right"><br><a href="http://morro.thegame.co.kr/main.htm" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'http://morro.thegame.co.kr/image/mainb.jpg', true);" target="_self"><img src="http://morro.thegame.co.kr/image/main.jpg" width="53" height="19" border="0" alt="Mainmenu" name="image1"></a>
             <a href="http://morro.thegame.co.kr/codexhistory.htm" target="_self" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'http://morro.thegame.co.kr/image/codexb.jpg', true);"><img src="http://morro.thegame.co.kr/image/codex.jpg" width="53" height="19" border="0" alt="Codex" name="image2"></a>
              <a href="http://morro.thegame.co.kr/quest.htm" target="_self" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'http://morro.thegame.co.kr/image/questb.jpg', true);"><img src="http://morro.thegame.co.kr/image/quest.jpg" width="53" height="19" border="0" alt="Quest" name="image3"></a>
             <a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=screenshot" target="_self" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'http://morro.thegame.co.kr/image/datab.jpg', true);"><img src="http://morro.thegame.co.kr/image/data.jpg" width="53" height="19" border="0" alt="Data" name="image5"></a>
            <a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=freeboard" target="_self" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'http://morro.thegame.co.kr/image/communityb.jpg', true);"><img src="http://morro.thegame.co.kr/image/community.jpg" width="100" height="19" border="0" name="image4" alt="Community"></a><a href="http://morro.thegame.co.kr/faq.htm" target="_self" OnMouseOut="na_restore_img_src('image13', 'document')" OnMouseOver="na_change_img_src('image13', 'document', 'http://morro.thegame.co.kr/image/faqb.jpg', true);"><img src="http://morro.thegame.co.kr/image/faq.jpg" width="53" height="19" border="0" name="image13" alt="Faq"></a>
             <a href="http://drices.cafe24.com/" OnMouseOut="na_restore_img_src('image14', 'document')" OnMouseOver="na_change_img_src('image14', 'document', 'http://morro.thegame.co.kr/image/chatb.jpg', true);" target="_blank"><img src="http://morro.thegame.co.kr/image/chat.jpg" width="53" height="19" border="0" name="image14"></a><a href="http://morro.thegame.co.kr/links.htm" target="_self" OnMouseOut="na_restore_img_src('image7', 'document')" OnMouseOver="na_change_img_src('image7', 'document', 'http://morro.thegame.co.kr/image/linksb.jpg', true);"><img src="http://morro.thegame.co.kr/image/links.jpg" width="53" height="19" border="0" alt="Links" name="image7"></a> </p>
        </td>

여기서

<a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=freeboard" target="_self" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'http://morro.thegame.co.kr/image/communityb.jpg', true);"><img src="http://morro.thegame.co.kr/image/community.jpg" width="100" height="19" border="0" name="image4" alt="Community"></a>

이부분이 롤오버가 안되더라구요 ㅡㅜ



다음은 위에서 말한것처럼 다시 head 파일을 만들어 롤오버가 되게만든 테그입니다

<td width="920" height="50" bgcolor="black" background="http://morro.thegame.co.kr/image/mmenu.jpg">
            <p align="right"><br><a href="http://morro.thegame.co.kr/main.htm" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'http://morro.thegame.co.kr/image/mainb.jpg', true);" target="_self"><img src="http://morro.thegame.co.kr/image/main.jpg" width="53" height="19" border="0" alt="Mainmenu" name="image1"></a>
             <a href="http://morro.thegame.co.kr/codexhistory.htm" target="_self" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'http://morro.thegame.co.kr/image/codexb.jpg', true);"><img src="http://morro.thegame.co.kr/image/codex.jpg" width="53" height="19" border="0" alt="Codex" name="image2"></a>
              <a href="http://morro.thegame.co.kr/quest.htm" target="_self" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document'+ '+ ', 'http://morro.thegame.co.kr/image/questb.jpg', true);"><img src="http://morro.thegame.co.kr/image/quest.jpg" width="53" height="19" border="0" alt="Quest" name="image3"></a>
             <a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=screenshot" target="_self" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'http://morro.thegame.co.kr/image/datab.jpg', true);"><img src="http://morro.thegame.co.kr/image/data.jpg" width="53" height="19" border="0" alt="Data" name="image5"></a>
            <a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=freeboard" target="_self" OnMouseOut="na_restore_img_src('image12', 'document')" OnMouseOver="na_change_img_src('image12', 'document', 'http://morro.thegame.co.kr/image/communityb.jpg', true);"><img src="http://morro.thegame.co.kr/image/community.jpg" width="100" height="19" border="0" name="image12"></a><a href="http://morro.thegame.co.kr/faq.htm" target="_self" OnMouseOut="na_restore_img_src('image13', '+ 'document')" OnMouseOver="na_change_img_src('image13', 'document', 'http://morro.thegame.co.kr/image/faqb.jpg', true);"><img src="http://morro.thegame.co.kr/image/faq.jpg" width="53" height="19" border="0" name="image13" alt="Faq"></a>
            <a href="http://drices.cafe24.com" target="_blank" OnMouseOut="na_restore_img_src('image6', 'document')" OnMouseOver="na_change_img_src('image6', 'document', 'http://morro.thegame.co.kr/image/chatb.jpg', true);"><img src="http://morro.thegame.co.kr/image/chat.jpg" width="53" height="19" border="0" name="image6"></a><a href="http://morro.thegame.co.kr/links.htm" target="_self" OnMouseOut="na_restore_img_src('image7', 'document')" OnMouseOver="na_change_img_src('image7', 'document', 'http://morro.thegame.co.kr/image/linksb.jpg', true);"><img src="http://morro.thegame.co.kr/image/links.jpg" width="53" height="19" border="0" alt="Links" name="image7"></a> </p>
        </td>

분명히

a href="http://morro.thegame.co.kr/zb41pl3/bbs/zboard.php?id=freeboard" target="_self" OnMouseOut="na_restore_img_src('image12', 'document')" OnMouseOver="na_change_img_src('image12', 'document', 'http://morro.thegame.co.kr/image/communityb.jpg', true);"><img src="http://morro.thegame.co.kr/image/community.jpg" width="100" height="19" border="0" name="image12"></a>

이부분의 차이는 없는데도 롤어버가 되고 안되는게 이해가 안가는군요;; 답변 부탁드립니다 ㅡㅜ
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
건즈 홈페이지의 글꼴을 모두 "맑은고딕"으로 하는 방법은 뭘까요..  
왕초보408 쓰기버튼을 어드민이나 특정그룹에게만 노출시키는법 [2] 2009.05.29 by 지나가다가
상자이야기 순수하게 PHP에 대한 질문인데요... ? [1] 2009.05.29 by Dustwo
긴급질문 포인트 초기화를 4번했더니 포인트랭킹,게시물/댓글랭킹 중복  
상후니 <a href 에 항상 풀URL이 들어갑니다. [2] 2009.05.29 by 해오진(PHDKorea.com)
민기 css파일 position 포지션에 관한 [1] 2009.05.29 by Dustwo
초록배추 게시판에서 글쓴이 설정  
달빛영혼 갤러리 형태에서.. 공지사항 쓸때..  
냐하하952 게시판 상단 하단 html 입력부분  
[T=마토] 기존 글 수정후 이미지 추가가 안됩니다.  
상자이야기 첨부파일 좀 제발 숨기게 도와주세요.. [2] 2009.05.29 by 상자이야기
SHIN 외부로그인 관련하여 고수님들께 질문 [2] file 2009.05.29 by SHIN
ByulH XE 계정 루트에 설치시 보안... [4] 2009.05.28 by ByulH
해오진(PHDKorea.com) 문의...링크에서 상대경로 사용시, 못찾아 가네요?  
최영석222 홈페이지 폰트가 커졌다 원상태로 가는현상 [3] 2009.05.28 by pai
db정보 입력후 xe 설치 처음화면으로 돌아옴 file  
flowerrain 페이지내의 script 가 입력만 하면 사라집니다 [1] 2009.05.28 by reform
chinakorea 헤더에 Flash 삽입후 위치 조절 어떻게 하죠? file  
김창우740 [성인회원가입] 성인인증 모듈은 이미 갖고있습니다.  
몽키@매직 확장변수 폼 가로길이 늘리는거 어떻게 하나요? [5] 2009.05.28 by 궁금이2