묻고답하기

http://semicode.skynet.co.kr수정되야할 부분으로 보이는 곳에 표시해놨습니다.. 부탁드려요



// 자바스크립트 부분

<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'+ '+ '.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  }
}

function na_preload_img()
{
  var img_list = na_preload_img.arguments;
  if (document.preloadlist == null)
    document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
    document.preloadlist[top+i]     = new Image;
    document.preloadlist[top+i].src = img_list[i+1];
  }
}

function na_change_img_src(name, nsdoc, rpath, preload)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  }
}

// -->
</script>





</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" OnLoad="na_preload_img(false, 'images/main_031.gif', 'images/main_041.gif', 'images/main_051.gif', 'images/main_061.gif', 'images/main_071.gif');">
<table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
        <tr>
                <td colspan="5" width="900" background="main_logo.gif">
                        <a href="http://semicode.skynet.co.kr"><img src="images/logo.gif" width="410" height="70" border="0"><img src="images/main_logo.gif" width="490" height="70" border="0"></a></td>
                <td rowspan="4" width="150" background="images/main_02.gif">
                        <img src="images/main_02.gif" width="124" height="768"></td>
        </tr>
        <tr>
                <td width="395">
                        <a href="whoami.html" target="main" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'images/main_031.gif', true);" ><img src="images/main_03.gif" width="395" height="30" border="0" name="image1"></a></td>
                <td width="120">
                        <a href="diary.html" target="main" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', '+ 'images/main_041.gif', true);" ><img src="images/main_04.gif" width="120" height="30" border="0" name="image2"></a></td>
 




// 서브메뉴 보이게 노력중인부분

               <td width="120">               
                        <a OnMouseOver="na_show_layer(" layer1");onMouseOut='na_hide_layer("layer1");" href="interior.html" target="main" OnMouseOut="na_restore_img_src(' image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'images/main_051.gif', true);" ><img src="images/main_05.gif" width="120" height="30" border="0" name="image3"></a></td>






                <td width="120">
                        <a href="port.html" target="main" OnMouseOut="na_restore_img_src('image4', '+ 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'images/main_061.gif', true);" ><img src="images/main_06.gif" width="120" height="30" border="0" name="image4"></a></td>
                <td width="119">
                        <a href="com.html" target="main" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', 'images/main_071.gif', true);" ><img src="images/main_07.gif" width="145" height="30" border="0" name="image5"></a></td>
        </tr>
        <tr>
                <td colspan="5" width="900" background="images/main_08.gif">
                            <table border="0" width="900" height="578" cellpadding="0" cellspacing="0">
                <tr>
                    <td><iframe src="home.html" width=900 height=578 frameborder=0 allowTransparency=true marginwidth=0 marginheight=0 scrolling=auto name=main>
</iframe>
 



// 서브레이어

                       <div id="layer1" style="width:120px; height:119px; position:absolute; left:516px; top:100px; z-index:1;">
                            <p><img src="images/3sub1.gif" width="120" height="24" border="0"><img src="images/3sub2.gif" width="120" height="21" border="0"><img src="images/3sub3.gif" width="120" height="20" border="0"><img src="images/3sub4.gif" width="120" height="20" border="0"><img src="images/3sub5.gif" width="120" height="34" border="0"></p>
                        </div>




                        <p> </p>

                    </td>
                </tr>
            </table>        

<img src="images/main_09.gif" width="900" height="90" border="0">
</td>
        </tr>
        <tr>
                <td colspan="5" width="874">
        </td>
        </tr>
</table>
</body>
</html>



위에 소스로 올려놨는데..
메뉴중에 마우스 오버시 이미지를 바꾸는 롤오버하고 레이어를 보이게해서 서브메뉴를 넣을려고 하거든요..
마우스를 때면 사라지게하는 것으로 연구중인데... 잘안되네요.. 수정할 부분좀 알려주세요.



글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
SuperSonic 모바일에서 소스 중 특정 부분을 건너띄게 하려면 어떻게 하나요? [1] 2013.09.09 by sejin7940
종쟈 게시글 별 권한 설정이 가능한가요? [2] 2013.09.09 by sejin7940
Han 게시판에 내글보기 버튼 달기 [1] 2013.09.09 by sejin7940
neverwaste 게시판 동영상 플레이관련입니다  
낭만구미호 위젯페이지 수정 모바일/PC 버튼 없어졌나요? [1] 2013.09.09 by Summer
마마우스 로그인이 되지 안아요~ㅡㅜ [1] 2013.09.10 by 빛의바다
카이네드 게시판 확장변수 단일선택 실시간 적용방법좀.. [1] 2013.09.10 by Summer
카이네드 확장변수 질문입니다. [1] 2013.09.10 by Summer
낭만구미호 일정 확장변수에 시분 추가하기 [1] 2013.09.10 by Summer
mcgomting 레이아웃 설정을 바꾸는(?) 위젯을 만들고 싶은데요 [1] 2013.09.10 by Summer
Alex 모바일 페이지  
rumors 채팅 위젯 문의 드립니다 ~  
nsta 최근 문서 출력 문제입니다.도와주세요. file  
정승재 게시판 생성시 스킨의 디폴트 설정 [2] 2013.09.10 by 오르막
한국12 아이디 상담 [1] 2013.09.10 by 오르막
스케이트보드 폰트 적용방법  
최윤한 한줄메모장을 다른 위젯에서 사용하고 싶은데요  
스케이트보드 크롬에서 글쓰기가 안됩니다.  
짝사랑 Naver Analytics 방문자수 질문입니다. [1] 2013.09.11 by 빛의바다
sage하늘 레이아웃 질문이요. 쉬워보이는데... 저에게는 어려운..... [1] file 2013.09.11 by 웹아재
fafefaefe 상단 메뉴가 보이는 사람과 안보이는 사람이있습니다. [1] file 2013.09.11 by Summer
아싸리방가 게시판에서 닉네임 크기조절 하는법좀 알려주세요 [1] file 2013.09.11 by Summer
3다수 이지웍 에디터 아~~~ 왜 계속 에러날까요? [1] 2013.09.11 by sejin7940
마이꿈이 insertMapping DB 회원가입시 에러  
용초딩 1.5 -> 1.7로 업그레이드... 테마로 인한 회원가입 불가, 회원정보보기 불가 [1] file 2013.09.11 by 용초딩
코시 글 읽은 사람 리스트를 출력할때, 읽은 시간도 함께 출력할 수 있을까요?  
Thomas K XE - 댓글에서 편집 기능이.... [2] file 2013.09.12 by Thomas K
제대로만들자 외부페이지 연동에대해..  
최윤한 CPU 가 한번씩 100% 가까이 치는건 왜 그럴까요? [2] 2013.09.12 by 컴퓨터매니아
녕쓰요 통합검색 창을 별도 페이지에 생성하는 방법 file