속터지게 환장하겠습니다. ㅜ.ㅜ
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
위의 그림처럼 좌/우측 세로막대화면만 안나오네요 이젠...
ㅜ.ㅜ
소스를 아래 붙여 넣겠습니다. 우째이런일이...
///////////////////////////////////////////////////////////////////////////////////////
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
//아래 부분 테이블명
$my_table1 = 'm1';
$my_table2 = 'm2';
$my_table3 = 'm3';
$my_table4 = 'm4';
$tap_width = "324"; // 텝 넓이
?>
<SCRIPT type=text/javascript>
<!--
old_debate='1';
function Comeon(objid){
document.getElementById("debate"+old_debate).style.display="none";
document.getElementById("debate"+old_debate+"#1").style.display="";
document.getElementById("debate"+objid+"#1").style.display="none";
document.getElementById("debate"+objid).style.display="";
document.getElementById("debate_content"+old_debate).style.display="none";
document.getElementById("debate_content"+objid).style.display="";
old_debate=objid;
}
var objid = 1;
var interval_best;
function best_change()
{
if( objid == 4 )
objid = 1;
else
objid++;
Comeon(objid);
}
function setInterval_best()
{
interval_best = setInterval("best_change()",3000);//속도조절
}
function clearInterval_best()
{
clearInterval(interval_best);
}
setInterval_best();
//-->
</SCRIPT>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="<?=$tap_width?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate1 onmouseover=clearInterval_best() onmouseout=setInterval_best()><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nl_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table1?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">메뉴하나</span></td><td width="2"></td></tr></table></TD>
<td id=debate1#1 style="DISPLAY: none;"><span onmouseover="javascript:Comeon('1')"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nl.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('1')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">메뉴하나</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate2 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table2?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">메뉴이번</span></td><td width="2"></td></tr></table></TD>
<td id=debate2#1 ><span onmouseover="javascript:Comeon('2')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('2')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">메뉴이번</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate3 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table3?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">세째메뉴</span></td><td width="2"></td></tr></table></TD>
<td id=debate3#1><span onmouseover="javascript:Comeon('3')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('3')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">세째메뉴</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate4 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nr_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table4?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">네째메뉴</span></td><td width="2"></td></tr></table></TD>
<td id=debate4#1><span onmouseover="javascript:Comeon('4')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nr.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('4')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">네째메뉴</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
</tr>
</table>
<table width="324" height="50" border="0" cellspacing="0" cellpadding="0">
<colgroup width='1'>
<colgroup>
<colgroup width='1'>
<tr>
<td width="1" bgcolor="#d8d8d8"></td>
<td valign='top'>
<div id=debate_content1 onmouseover=clearInterval_best() onmouseout=setInterval_best()><?=latest('tab',"m1", "4", "25"); ?></div>
<div id=debate_content2 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m2", "4", "25"); ?></div>
<div id=debate_content3 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m3", "4", "25"); ?></div>
<div id=debate_content4 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m4", "4", "25"); ?></div>
</td>
<td bgcolor="#d8d8d8"></td>
</tr>
<tr height='1'><td bgcolor="#d8d8d8"></td><td></td><td bgcolor="#d8d8d8"></td></tr>
</table></td></tr>
<tr>
<td>
<table width="324" border="0" cellspacing="0" cellpadding="0">
<colgroup width='2'>
<colgroup>
<colgroup width='2'>
<tr height='3'>
<td><img src='<?=$g4[path]?>/tap_img/left_bottom.gif'></td>
<td width="100%" background='<?=$g4[path]?>/tap_img/center_bottom.gif'></td>
<td><img src='<?=$g4[path]?>/tap_img/right_bottom.gif'></td>
</tr>
</table>
</td>
</tr>
</table>
/////////////////////////////////////////////////////////////////////////////////////////////////
고수님들 돠주삼...
오류 주소 :
위의 그림처럼 좌/우측 세로막대화면만 안나오네요 이젠...
ㅜ.ㅜ
소스를 아래 붙여 넣겠습니다. 우째이런일이...
///////////////////////////////////////////////////////////////////////////////////////
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
//아래 부분 테이블명
$my_table1 = 'm1';
$my_table2 = 'm2';
$my_table3 = 'm3';
$my_table4 = 'm4';
$tap_width = "324"; // 텝 넓이
?>
<SCRIPT type=text/javascript>
<!--
old_debate='1';
function Comeon(objid){
document.getElementById("debate"+old_debate).style.display="none";
document.getElementById("debate"+old_debate+"#1").style.display="";
document.getElementById("debate"+objid+"#1").style.display="none";
document.getElementById("debate"+objid).style.display="";
document.getElementById("debate_content"+old_debate).style.display="none";
document.getElementById("debate_content"+objid).style.display="";
old_debate=objid;
}
var objid = 1;
var interval_best;
function best_change()
{
if( objid == 4 )
objid = 1;
else
objid++;
Comeon(objid);
}
function setInterval_best()
{
interval_best = setInterval("best_change()",3000);//속도조절
}
function clearInterval_best()
{
clearInterval(interval_best);
}
setInterval_best();
//-->
</SCRIPT>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="<?=$tap_width?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate1 onmouseover=clearInterval_best() onmouseout=setInterval_best()><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nl_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table1?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">메뉴하나</span></td><td width="2"></td></tr></table></TD>
<td id=debate1#1 style="DISPLAY: none;"><span onmouseover="javascript:Comeon('1')"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nl.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('1')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">메뉴하나</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate2 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table2?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">메뉴이번</span></td><td width="2"></td></tr></table></TD>
<td id=debate2#1 ><span onmouseover="javascript:Comeon('2')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('2')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">메뉴이번</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate3 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table3?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">세째메뉴</span></td><td width="2"></td></tr></table></TD>
<td id=debate3#1><span onmouseover="javascript:Comeon('3')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nm.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('3')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">세째메뉴</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
<td width="81">
<table cellSpacing=0 cellPadding=0 border=0>
<tr>
<td id=debate4 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nr_2.gif" style="cursor:pointer;" onclick=location.href="<?=$g4[path]?>/bbs/board.php?bo_table=<?=$my_table4?>"><tr><td align="center" width="78" class="small"><span style="color:#f0761c; font-weight:bold; vertical-align:-3px;">네째메뉴</span></td><td width="2"></td></tr></table></TD>
<td id=debate4#1><span onmouseover="javascript:Comeon('4')" onfocus='this.blur()'><table cellSpacing=0 cellPadding=0 border=0 width=81 height=24 background="<?=$g4[path]?>/tap_img/nr.gif" style="cursor:pointer;" onclick=location.href="javascript:showLayer_tap('4')"><tr><td align="center" width="79" class="small"><span style="vertical-align:-3px;">네째메뉴</span></td><td width="2"></td></tr></table></td>
</tr></table>
</td>
</tr>
</table>
<table width="324" height="50" border="0" cellspacing="0" cellpadding="0">
<colgroup width='1'>
<colgroup>
<colgroup width='1'>
<tr>
<td width="1" bgcolor="#d8d8d8"></td>
<td valign='top'>
<div id=debate_content1 onmouseover=clearInterval_best() onmouseout=setInterval_best()><?=latest('tab',"m1", "4", "25"); ?></div>
<div id=debate_content2 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m2", "4", "25"); ?></div>
<div id=debate_content3 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m3", "4", "25"); ?></div>
<div id=debate_content4 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m4", "4", "25"); ?></div>
</td>
<td bgcolor="#d8d8d8"></td>
</tr>
<tr height='1'><td bgcolor="#d8d8d8"></td><td></td><td bgcolor="#d8d8d8"></td></tr>
</table></td></tr>
<tr>
<td>
<table width="324" border="0" cellspacing="0" cellpadding="0">
<colgroup width='2'>
<colgroup>
<colgroup width='2'>
<tr height='3'>
<td><img src='<?=$g4[path]?>/tap_img/left_bottom.gif'></td>
<td width="100%" background='<?=$g4[path]?>/tap_img/center_bottom.gif'></td>
<td><img src='<?=$g4[path]?>/tap_img/right_bottom.gif'></td>
</tr>
</table>
</td>
</tr>
</table>
/////////////////////////////////////////////////////////////////////////////////////////////////
고수님들 돠주삼...
첨부파일
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 9개
그림에서 좌, 우측 세로 선이 안 나오는다는 뜻인가요?
<table에 border=1 선을 넣어 어디서 이 서을 만들어 내는지 확인해 보세요.
<colgroup width='1'>
<colgroup>
<colgroup width='1'>
<tr>
<td width="1" bgcolor="#d8d8d8"></td>
<td valign='top'>
<div id=debate_content1 onmouseover=clearInterval_best() onmouseout=setInterval_best()><?=latest('tab',"m1", "4", "25"); ?></div>
<div id=debate_content2 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m2", "4", "25"); ?></div>
<div id=debate_content3 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m3", "4", "25"); ?></div>
<div id=debate_content4 onmouseover=clearInterval_best() onmouseout=setInterval_best() style="DISPLAY: none;"><?=latest('tab',"m4", "4", "25"); ?></div>
</td>
<td bgcolor="#d8d8d8"></td>
</tr>
<tr height='1'><td bgcolor="#d8d8d8"></td><td></td><td bgcolor="#d8d8d8"></td></tr>
</table>
이 부분이군요.
잘라서 테스트 해 보니, 그 세로선은 잘 나오네요.
단 추측하건데 이문제는 html문서로 분할했을때 문제인듯 싶습니다.
최초 그누 설정된 head.php , index.php.tail.php로 구성된 기본 쪽에선 저도 아무 문제 없이
잘뜬다는 사실을 추측해 보는 중인데요. 맞는지 모르겠네요.
자! 그럼 제가 여기서 어떻게 조치를 취해야 할까요? 어디서... 어떻게 ... ㅜ.ㅜ 2일째 고생중... 잠도 안옴...
표현을 한 부분이 어느부분에 가려진건지는 잘 모르겠습니다. 표 안에 인클루드 된 형태라서 그런지
아무튼 머리아파서 일단 아랫 라인만 보이게 하는 스타일로 테이블을 만들어서 활용중입니다. 물론 스타일로 하니 속도도 빠름 ㅋㅋㅋ 이기회에 확 스타일로 그림없이 해불까 생각중입니다.
엑스엠엘님 특히 관심가져 주시고 도와주신점 너무 감사 드립니다. 전같으면 포인트라도 듬쁙 드리고 싶음... 아무튼 현재 이 스킨은 조금 여러기지 문제가 발생할 요소가 많다는 결론을...
탭메뉴 표현시 테이블좀 쉽게 표현해주셨으면 ㅜ.ㅜ;;
그럼 즐거운 하루되세요