묻고답하기

잘되던 롤오버가 갑자기 먹히지 않고 , 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 남기남
tui 로그인 부분에서 인증메일 재발송 부분을 없애고 싶은데요 [5] 2014.12.16 by tui
콩이랑이 XE cannot connect to DB. 이라고뜹니다 [8] file 2014.12.16 by 몽실아빠
KaiSeR1254 xe 로그인 부분 소스파일 [1] 2014.12.16 by lililiillililiil
lisoliso 제로보드에 대한 기초적인 질문입니다. [6] 2014.12.16 by lisoliso
또별 _SERVER[HTTP_HOST] 따옴표 문의해요. [3] 2014.12.16 by 또별
율피아 아이디 4글자 이상적용 안먹히는거 문의 [2] 2014.12.16 by 율피아
내아내그리움 탭형태최근문서 오류가납니다.  
한국외대이근일 게시판 2000개를 사용하여 이것을 만들 수 있을까요? [5] 2014.12.15 by 늘푸른나무2
XESTUDIO 콘솔에러좀 봐주실 분 [2] 2014.12.15 by 외인
잉현웅:333 onload 로 자바스크립트 함수 호출 [3] 2014.12.15 by 잉현웅:333
asere 커뮤니티 사이트 운영시 사업자등록? 수익분배? [6] 2014.12.15 by asere
콩까기 가입시 확장변수에 특정단어 입력해야만 가입할수있게 하고싶습니다~ [2] 2014.12.15 by 콩까기
Ruinavan 스케치북 게시판 모듈 상단 프레임 조정 문의 [2] file 2014.12.15 by Ruinavan
좋은데이 변경된 레이아웃 파일들이 어디에 저장이되는지 알려주세요, [2] 2014.12.15 by 좋은데이
콩이랑이 제가만든 홈페이지 들어가면 XE cannot connect to DB. 이라고뜹니다 file  
안종권142 네이버아이디로 로그인하기 등록이 안되는 이유가 있을까요? [2] 2014.12.15 by 안종권142
hsjaa 세션유지 를 해제하고 싶습니다 ㅠㅠ  
XESTUDIO 프로필 사진 업로드가 되지 않습니다. [4] file 2014.12.15 by XESTUDIO
나만의너 게시판 정렬 코드 어디있는지 여쭤봅니다 file  
검푸 그누보드 XE 장단점이 어떻게 되나요? [1] 2014.12.15 by XESTUDIO