묻고답하기

잘되던 롤오버가 갑자기 먹히지 않고 , 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 남기남
Uriel 프로모션에서요  
유지호 <PHP>일일이 echo를 줄마다 쓰지않아도 되는 방법은 없을까요? [2] 2007.08.10
정은준 [요청] IRC 서버 구축에 관한 강좌를 요청합니다. [1] 2007.08.10
카르페디엠 iframe에서는 웹폰트 적용할수 없나요? [2] 2007.08.10
피아노™ 롤오버.. [2] 2007.08.10
           사사미&윈플레이어 가동시 문젠데여  
김태우 [포토샵6]슬라이스로 자른 이미지를 어떻게 저장합니까? [2] 2007.08.10
레드 정말... 제발 가르쳐 주세요 ㅠ.ㅜ [1] 2007.08.10
석향희 포토샵프로그램을 실행하면요.. [4] 2007.08.10
Kleaf 롤오버 효과...  
soyou 왜 게시판에 글을쓸려구 하는데 "정상적인 글을 쓰시기바랍니다... " 이런 게 뜨나요? [2] 2007.08.10
김태우 [웹]왜 이렇게 되는질 모르겠습니다. [2] 2007.08.10
박춘성 td의 값을 변경하고 싶은데...  
호이쌀^^ 홈페이지 속도 올리는 방법/제로보드 소스 고치는 방법;; [1] 2007.08.10
박인호 bad request 메세지가 자꾸 뜹니다  
이효남 검색엔진에서 게시판 내용 인식되게 하려면? [3] 2007.08.10
정원석 영문페이지에서 자꾸 한글 언어팩 깔라는 메시지가... [2] 2007.08.10
RiiX 폰트 질문이요... [1] 2007.08.10
카루스[SiZZ] 동시에 두개 프레임 바꾸기! [1] 2007.08.10
최신혁 웹폰트 어떻게 쓰는건가요? 폰트포유라는곳에서 smf파일 받았는데 시키는대로 했는데 안나와요 ㅠㅠ [1] 2007.08.10