묻고답하기

잘되던 롤오버가 갑자기 먹히지 않고 , 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 남기남
Envy WINDOW ME ''DRIVER7.CAB'' 파일이 필요하다는데... [2] 2007.08.10
강민구 파티션 조정 제발 부탁드립니다. [1] 2007.08.10
ZipShin mysql쿼리문중 글자수를 커트할 수는 없나요? [8] 2007.08.10
한찬우 좀 가르쳐 주세요..자바스크립트..파일입출력..  
breadpear 테이블과 레이어 위치가 왜 엇갈리는지?-관련사이트링크 [2] 2007.08.10
장승기 링크페이지(시작페이지) 가져오기.. [1] 2007.08.10
chosun815 iframe/table 관련 질문입니다 [1] 2007.08.10
샤위엔즈™ 투명 textarea?? [1] 2007.08.10
함승우 노프레임에서 게시판상 하단말고, 옆에 출력하는 방법좀 알려주세요. [1] 2007.08.10
Technology 폼에 글자입력과 동시 띄우기좀여  
아이리스 쿠키에 대해서 질문 있는데요... [3] 2007.08.10
함승우 노프레임에서 게시판상하단지정시, 이미지지정에 관해서 여쭤봅니다. [2] 2007.08.10
박재현 [자바스크립질문] 접속할때마다 다른 이미지 띄우기에서여.... [2] 2007.08.10
한승진 리눅스에서 삼바서버 설정 질문드립니다. [2] 2007.08.10
황수진 셀렉트박스에서 링크 거는 방법을 모르겠어요. [1] 2007.08.10
임종혁 폰트 못만드나요? [3] 2007.08.10
장호연 노프레임 페이지 만들때 플레쉬적용을 할려는데 [1] 2007.08.10
신택선 노프레임 도와주세요!~ 특정부위만 나와여 [2] 2007.08.10
샤위엔즈™ 이미지를 버튼처럼? [1] 2007.08.10
세비 세션에 대해서 궁금한데요; [1] 2007.08.10
미스터포터 포토샵에서 갑자기 글씨크기가 작아보입니다. [8] 2007.08.10
영진^^ 배경음악 재생시 첫곡은 항상 일정하고 나머지 곡들을 랜덤으로 돌리는 방법에 대한 질문입니다.  
[소닉]아르노 테이블에서 배경을 한번만 할 수 있는지? [1] 2007.08.10
허성 링크된이미지 클릭시 실선이 나타나는데 없애는방법이 없을까요? [3] 2007.08.10
전익환 팝업으로 공지창을 띄우는 소스를 알고싶어요. [2] 2007.08.10
김대일 방송 플래이어 변환좀...  
루디 테이블에 스크롤바 넣는 소스.. [1] 2007.08.10
박민철 프레임 관련 질문. [2] 2007.08.10
성냥팔이소 롤오버가 갑자기 먹히지 않습니다 [1] 2007.08.10
연우라니까용!! 플래시나 스위시의 주소를 알고싶어요. [2] 2007.08.10