테스트 사이트 - 개발 중인 베타 버전입니다

게시판 페이지에서는 롤오버가 안되는 이유

· 13년 전 · 1495 · 3
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.

오류 주소 : http://mountain.ivyro.net/bbs/write.php?bo_table=B03#

정상적인 주소 : http://mountain.ivyro.net/page1.php


정상적인 주소 마우스 오버시 롤오버 기능인 서브 메뉴가 정상적으로 가동됩니다...
그런데 오류주소는 똑같이 불러와주었는데 롤오버 기능이 하지 않습니다.. ^^:


두게 주소의 차이점은 정상적인건 제가 페이지를 하나 만들어서 불러와서 사용하니 되는데

오류주소는 배추빌더 게시판페이지에서 불러오니 서브메뉴 활성화가 안되네요.

스크립트 오류인가요?? 왜 안되는지 이유를 전혀 알수가 없네요.. 고수님들 어느쪽에서 수리를 해야하는지 알려주세요.~

롤오버 코딩이 잘못된건지 아니면 게시판하고 오류가 있는건지 막막하네요..


아래 소스는 header 소스 입니다 .

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

@include_once("$mw_index_skin_head_path/menu.more.skin.php");
include_once("$g4[path]/lib/latest.lib.php");
// 검색창 그룹
$group_select = "<select id='gr_id' name='gr_id' class=select><option value=''>통합검색";
$sql = " select gr_id, gr_subject from $g4[group_table] order by gr_id ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++)
$group_select .= "<option value='$row[gr_id]'>$row[gr_subject]";
$group_select .= "</select>";
?>


<html>
<head>
<title>menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_1019153354_0) return;
window.mm_menu_1019153354_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019153354_0.addMenuItem("*스텐다드&nbsp;LED라이트패널","location='a1'");
mm_menu_1019153354_0.addMenuItem("*인테리어&nbsp;LED라이트패널","location='a2'");
mm_menu_1019153354_0.addMenuItem("*슬라이드&nbsp;LED라이트패널","location='a3'");
mm_menu_1019153354_0.addMenuItem("*도광판","location='a4'");
mm_menu_1019153354_0.addMenuItem("*멀티&nbsp;LED라이트패널&nbsp;테스트","location='a5'");
mm_menu_1019153354_0.hideOnMouseOut=true;
mm_menu_1019153354_0.bgColor='#555555';
mm_menu_1019153354_0.menuBorder=1;
mm_menu_1019153354_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019153354_0.menuBorderBgColor='#777777';
window.mm_menu_1019154015_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019154015_0.addMenuItem("*아크릴보드","location='b1'");
mm_menu_1019154015_0.addMenuItem("*웰컴보드(포스터액자)","location='b2'");
mm_menu_1019154015_0.addMenuItem("*로고웰컴보드(로고포스터액자)","location='b3'");
mm_menu_1019154015_0.addMenuItem("*스텐다드액자(전면개폐식액자)","location='b4'");
mm_menu_1019154015_0.addMenuItem("*인테리어액자(전면개폐식액자)","location='b5'");
mm_menu_1019154015_0.addMenuItem("*슬라이드액자","location='b6'");
mm_menu_1019154015_0.addMenuItem("*멀티액자","location='b7'");
mm_menu_1019154015_0.hideOnMouseOut=true;
mm_menu_1019154015_0.bgColor='#555555';
mm_menu_1019154015_0.menuBorder=1;
mm_menu_1019154015_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019154015_0.menuBorderBgColor='#777777';
window.mm_menu_1019154341_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019154341_0.addMenuItem("*블랙보드","location='c1'");
mm_menu_1019154341_0.addMenuItem("*알루미늄블랙보드","location='c2'");
mm_menu_1019154341_0.addMenuItem("*강화유리블랙보드","location='c3'");
mm_menu_1019154341_0.addMenuItem("*로고블랙보드","location='c4'");
mm_menu_1019154341_0.addMenuItem("*네온보드","location='c5'");
mm_menu_1019154341_0.addMenuItem("*멀티블랙보드","location='c6'");
mm_menu_1019154341_0.hideOnMouseOut=true;
mm_menu_1019154341_0.bgColor='#555555';
mm_menu_1019154341_0.menuBorder=1;
mm_menu_1019154341_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019154341_0.menuBorderBgColor='#777777';

window.mm_menu_1019154940_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;IN","location='e1'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;화이트","location='e2'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;실버","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;스피드","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;1","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;2","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;3","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;1-1500(대형)","location='e3'");
mm_menu_1019154940_0.addMenuItem("*쇼배너&nbsp;1-2500(대형)","location='e3'");
mm_menu_1019154940_0.addMenuItem("*미니배너","location='e3'");
mm_menu_1019154940_0.hideOnMouseOut=true;
mm_menu_1019154940_0.bgColor='#555555';
mm_menu_1019154940_0.menuBorder=1;
mm_menu_1019154940_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019154940_0.menuBorderBgColor='#777777';
window.mm_menu_1019155032_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019155032_0.addMenuItem("*세븐배너&nbsp;IN","location='e1'");
mm_menu_1019155032_0.addMenuItem("*스마트배너&nbsp;화이트","location='e2'");
mm_menu_1019155032_0.addMenuItem("*샵배너&nbsp;1","location='e3'");
mm_menu_1019155032_0.addMenuItem("*샵배너&nbsp;2","location='e3'");
mm_menu_1019155032_0.addMenuItem("*샵배너&nbsp;3","location='e3'");
mm_menu_1019155032_0.addMenuItem("*샵배너&nbsp;4","location='e3'");
mm_menu_1019155032_0.hideOnMouseOut=true;
mm_menu_1019155032_0.bgColor='#555555';
mm_menu_1019155032_0.menuBorder=1;
mm_menu_1019155032_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155032_0.menuBorderBgColor='#777777';
window.mm_menu_1019155059_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019155059_0.addMenuItem("*자석부착식","location='f1'");
mm_menu_1019155059_0.addMenuItem("*장식부착식","location='f2'");
mm_menu_1019155059_0.addMenuItem("*삽입식","location='f3'");
mm_menu_1019155059_0.addMenuItem("*개폐형","location='f4'");
mm_menu_1019155059_0.addMenuItem("*양면형","location='f5'");
mm_menu_1019155059_0.addMenuItem("*카운터스텐드","location='f6'");
mm_menu_1019155059_0.hideOnMouseOut=true;
mm_menu_1019155059_0.bgColor='#555555';
mm_menu_1019155059_0.menuBorder=1;
mm_menu_1019155059_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155059_0.menuBorderBgColor='#777777';
window.mm_menu_1019155301_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019155301_0.addMenuItem("*자석부착식(철판)","location='g1'");
mm_menu_1019155301_0.addMenuItem("*자석&nbsp;및&nbsp;장식부착식(하이그로시)","location='g2'");
mm_menu_1019155301_0.addMenuItem("*자석&nbsp;및&nbsp;장식부착식(아크릴)","location='g3'");
mm_menu_1019155301_0.hideOnMouseOut=true;
mm_menu_1019155301_0.bgColor='#555555';
mm_menu_1019155301_0.menuBorder=1;
mm_menu_1019155301_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155301_0.menuBorderBgColor='#777777';

window.mm_menu_1019155330_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019155330_0.addMenuItem("*자석부착식(알루미늄프레임)","location='h1'");
mm_menu_1019155330_0.addMenuItem("*장식부착식(철판,&nbsp;하이그로시)","location='h2'");
mm_menu_1019155330_0.addMenuItem("*개폐형(알루미늄)(인테리어)","location='h3'");
mm_menu_1019155330_0.addMenuItem("*라이트패널","location='h4'");
mm_menu_1019155330_0.hideOnMouseOut=true;
mm_menu_1019155330_0.bgColor='#555555';
mm_menu_1019155330_0.menuBorder=1;
mm_menu_1019155330_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155330_0.menuBorderBgColor='#777777';

window.mm_menu_1019155441_0 = new Menu("root",200,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,false,true);
mm_menu_1019155441_0.addMenuItem("*메뉴판&nbsp;및&nbsp;강연대","location='j1'");
mm_menu_1019155441_0.addMenuItem("*카다록&nbsp;및&nbsp;잡지꽃이","location='j2'");
mm_menu_1019155441_0.addMenuItem("*기타부속&nbsp;장치","location='j3'");
mm_menu_1019155441_0.addMenuItem("*각종사인(판넬형)","location='j4'");
mm_menu_1019155441_0.addMenuItem("*반제품","location='j5'");
mm_menu_1019155441_0.hideOnMouseOut=true;
mm_menu_1019155441_0.bgColor='#555555';
mm_menu_1019155441_0.menuBorder=1;
mm_menu_1019155441_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155441_0.menuBorderBgColor='#777777';





window.mm_menu_1106203826_0 = new Menu("root",151,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","center","middle",3,0,1000,-5,7,true,false,true,0,true,true);
mm_menu_1106203826_0.addMenuItem("견적문의(게시판양식)","location='qq1'");
mm_menu_1106203826_0.addMenuItem("Q&A","location='qq1'");
mm_menu_1106203826_0.addMenuItem("카다로그신청","location='sdf'");
mm_menu_1106203826_0.hideOnMouseOut=true;
mm_menu_1106203826_0.bgColor='#555555';
mm_menu_1106203826_0.menuBorder=1;
mm_menu_1106203826_0.menuLiteBgColor='#FFFFFF';
mm_menu_1106203826_0.menuBorderBgColor='#777777';

window.mm_menu_1019155538_0 = new Menu("root",101,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
mm_menu_1019155538_0.addMenuItem("*안내판","location='k1'");
mm_menu_1019155538_0.addMenuItem("*현황판","location='k2'");
mm_menu_1019155538_0.addMenuItem("*로고게시판","location='k3'");
mm_menu_1019155538_0.addMenuItem("*광고게시판","location='k4'");
mm_menu_1019155538_0.hideOnMouseOut=true;
mm_menu_1019155538_0.bgColor='#555555';
mm_menu_1019155538_0.menuBorder=1;
mm_menu_1019155538_0.menuLiteBgColor='#FFFFFF';
mm_menu_1019155538_0.menuBorderBgColor='#777777';

window.mm_menu_1106302712_0 = new Menu("root",102,30,"",12,"#FFFFFF","#000000","#747474","#FFFFFF","center","middle",3,0,1000,-5,7,true,false,true,0,true,true);
mm_menu_1106302712_0.addMenuItem("인사말");
mm_menu_1106302712_0.addMenuItem("조직도");
mm_menu_1106302712_0.addMenuItem("지적재산");
mm_menu_1106302712_0.addMenuItem("품질관리");
mm_menu_1106302712_0.addMenuItem("주요사업분야");
mm_menu_1106302712_0.addMenuItem("설비보유현황");
mm_menu_1106302712_0.addMenuItem("약도");
mm_menu_1106302712_0.hideOnMouseOut=true;
mm_menu_1106302712_0.bgColor='#555555';
mm_menu_1106302712_0.menuBorder=1;
mm_menu_1106302712_0.menuLiteBgColor='#FFFFFF';
mm_menu_1106302712_0.menuBorderBgColor='#777777';

mm_menu_1106302712_0.writeMenus();
} // mmLoadMenus()

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
<style type="text/css">
<!--
body {
background-color: #f5f5f5;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/menu1_01.jpg')">
<script language="JavaScript1.2">mmLoadMenus();</script>
<!-- ImageReady Slices (menu.psd) -->


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><table width="1011" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center" bgcolor="#FFFFFF"><table width="1011" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table id="Table_01" width="1011" height="92" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="/images/top_01.jpg" width="201" height="92" alt=""></td>
<td width="810" height="92" align="right" valign="top"><table width="810" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right"><a href="#"><img src="/images/bookmark.jpg" width="144" height="31" border="0"></a></td>

</tr>
<tr>
<td height="28" align="right">&nbsp;</td>
</tr>
<tr>
<td align="right"><table width="810" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="496" align="right" valign="top">&nbsp;</td>
<td width="70" align="right" valign="top"><a href="#"><img src="/images/login_01.jpg" width="70" height="33" border="0"></a></td>
<td width="86" align="right" valign="top"><a href="#"><img src="/images/login_02.jpg" width="86" height="33" border="0"></a></td>
<td width="85" align="right" valign="top"><a href="#"><img src="/images/login_03.jpg" name="image11" width="85" height="33" border="0" id="image11" onMouseOver="MM_showMenu(window.mm_menu_1106302712_0,0,33,null,'image11')" onMouseOut="MM_startTimeout();"></a></td>
<td width="73" height="33" align="right" valign="top"><a href="#"><img src="/images/login_04.jpg" name="image12" width="73" height="33" border="0" id="image12" onMouseOver="MM_showMenu(window.mm_menu_1106203826_0,0,33,null,'image12')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="1011" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="201" valign="top"><table id="Table_01" width="201" height="309" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" align="center" valign="middle" style="padding:0 5px 0 0 ;"><form name=fsearch action="<?=$g4[bbs_path]?>/search.php?sfl=wr_subject&sop=and&stx=">
<input type="hidden" name="sfl" value="wr_subject||wr_content">&nbsp;
<input type=text size=12 name=stx style="border:1px solid #3173B6; height:21px; font-weight:bold; padding:1px;">
<input type=image src="<?=$mw_index_skin_head_path?>/img/mw_search_btn.gif" align=absmiddle>
</form></td>

</tr>
<tr>
<td><img src="/images/pro.jpg" width="201" height="37"></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','/images/menu1_01.jpg',1)"><img src="/images/menu_01.jpg" alt="" name="image1" width="201" height="33" border="0" id="image1" onMouseOver="MM_showMenu(window.mm_menu_1019153354_0,201,0,null,'image1')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/images/menu1_02.jpg',1)"><img src="/images/menu_02.jpg" alt="" name="image2" width="201" height="33" border="0" id="image2" onMouseOver="MM_showMenu(window.mm_menu_1019154015_0,201,0,null,'image2')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','/images/menu1_03.jpg',1)"><img src="/images/menu_03.jpg" alt="" name="image3" width="201" height="33" border="0" id="image3" onMouseOver="MM_showMenu(window.mm_menu_1019154341_0,201,0,null,'image3')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','/images/menu1_04.jpg',1)"><img src="/images/menu_04.jpg" alt="" name="image4" width="201" height="33" border="0" id="image4" onMouseOver="MM_showMenu(window.mm_menu_1019154940_0,201,0,null,'image4')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','/images/menu1_05.jpg',1)"><img src="/images/menu_05.jpg" alt="" name="image5" width="201" height="33" border="0" id="image5" onMouseOver="MM_showMenu(window.mm_menu_1019155032_0,201,0,null,'image5')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','/images/menu1_06.jpg',1)"><img src="/images/menu_06.jpg" alt="" name="image6" width="201" height="33" border="0" id="image6" onMouseOver="MM_showMenu(window.mm_menu_1019155059_0,201,0,null,'image6')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','/images/menu1_07.jpg',1)"><img src="/images/menu_07.jpg" alt="" name="image7" width="201" height="33" border="0" id="image7" onMouseOver="MM_showMenu(window.mm_menu_1019155301_0,201,0,null,'image7')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','/images/menu1_08.jpg',1)"><img src="/images/menu_08.jpg" alt="" name="image8" width="201" height="33" border="0" id="image8" onMouseOver="MM_showMenu(window.mm_menu_1019155330_0,201,0,null,'image8')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','/images/menu1_09.jpg',1)"><img src="/images/menu_09.jpg" alt="" name="image9" width="201" height="33" border="0" id="image9" onMouseOver="MM_showMenu(window.mm_menu_1019155441_0,201,0,null,'image9')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
<tr>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10','','/images/menu1_10.jpg',1)"><img src="/images/menu_10.jpg" alt="" name="image10" width="201" height="30" border="0" id="image10" onMouseOver="MM_showMenu(window.mm_menu_1019155538_0,201,0,null,'image10')" onMouseOut="MM_startTimeout();"></a></td>
</tr>
</table></td>
<td align="left" valign="top">

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 3개

현재 아래 두 파일을 불러오지 못하고 있습니다
<script src="pro_dropdown_2/stuHover.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="pro_dropdown_2/pro_dropdown_2.css" />
그럼 두파일을 불러오려면 어떻게 처리를 해야하는지요 ?
폴더안에 파일이 있는지 확인하셔야죠
해당경로에 파일이 없으신듯합니다

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440