뭐가 잘못됐는지.. 알려 주세요~~~~ 정보
뭐가 잘못됐는지.. 알려 주세요~~~~본문
밑에꺼가 소스 인데요.. 진작 싸이트에서 보면 맨위에부분이 마우스로 올려다 내리면 이미지가 사라져요...
제발좀 알려 주세요.
<!--베스트박스-->
<tr>
<td width="770" align="center">
<table align="center" cellpadding="0" cellspacing="0" width="770" ID="TABS_BUTTON" style="margin-top:10px">
<tr>
<td width="192"><img src="http://hairsilk.co.kr/행사/images/images/칼라_01.gif" width="192" height="70" border="0" onMouseOver="changeTabItem(0)" selected="http://hairsilk.co.kr/행사/images/images/칼라_01.gif" unselected="http://hairsilk.co.kr/행사/images/images/칼라_흑_01.gif" style="cursor:pointer;filter:blendTrans(duration=0.7)"></td>
<td width="192"><img src="http://hairsilk.co.kr/행사/images/images/칼라_02.gif" width="192" height="70" border="0" onMouseOver="changeTabItem(1)" selected="http://hairsilk.co.kr/행사/images/images/칼라_02.gif" unselected="http://hairsilk.co.kr/행사/images/images/칼라_흑_02.gif" style="cursor:pointer;filter:blendTrans(duration=0.7)"></td>
<td width="192"><img src="http://hairsilk.co.kr/행사/images/images/칼라_03.gif" width="192" height="70" border="0" onMouseOver="changeTabItem(2)" selected="http://hairsilk.co.kr/행사/images/images/칼라_03.gif" unselected="http://hairsilk.co.kr/행사/images/images/칼라_흑_03.gif" style="cursor:pointer;filter:blendTrans(duration=0.7)"></td>
<td width="194"><img src="http://hairsilk.co.kr/행사/images/images/칼라_04.gif" width="194" height="70" border="0" onMouseOver="changeTabItem(3)" selected="http://hairsilk.co.kr/행사/images/images/칼라_04.gif" unselected="http://hairsilk.co.kr/행사/images/images/칼라_흑_04.gif" style="cursor:pointer;filter:blendTrans(duration=0.7)"></td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="770" ID="TABS_TBL0" style=" FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0,wipestyle=0,motion=forward);">
<tr>
<td width="770">
<p><a href="#" onFocus="this.blur();"><img src="http://hairsilk.co.kr/행사/images/분류1.gif" width="770" height="400" border="0"></a></p>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="770" ID="TABS_TBL1" style="display:none;FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0,wipestyle=0,motion=forward);">
<tr>
<td width="770">
<p><a href="#" onFocus="this.blur();"><img src="http://hairsilk.co.kr/행사/images/분류2.gif" width="770" height="400" border="0"></a></p>
</td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="770" ID="TABS_TBL2" style="display:none;FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0,wipestyle=0,motion=forward);">
<tr>
<td width="770">
<p><a href="#" onFocus="this.blur();"><img src="http://hairsilk.co.kr/행사/images/분류3.gif" width="770" height="400" border="0"></a></p>
</td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="770" ID="TABS_TBL3" style="display:none;FILTER: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0,wipestyle=0,motion=forward);">
<tr>
<td width="770">
<p><a href="#" onFocus="this.blur();"><img src="http://hairsilk.co.kr/행사/images/분류4.gif" width="770" height="400" border="0"></a></p>
</td>
</tr>
</table>
<p style="margin:0px;height:0px"></p>
<script language="javascript">
<!--
var nTabIndex = 0;
var nTmrTab = null;
var nTabInterval = 5500;
function rotateTabDisplay(){
var No = nTabIndex+1;
if(No > 3) No = 0;
changeTabItem(No);
}
function changeTabItem(No){
if(nTmrTab != null) clearTimeout(nTmrTab);
nTmrTab = null;
if(nTabIndex == No) return;
var Button= document.getElementById('TABS_BUTTON').getElementsByTagName("IMG");
if(Button[nTabIndex].filters){
//Button[nTabIndex].filters.blendTrans.stop();
//Button[nTabIndex].filters.blendTrans.Apply();
Button[nTabIndex].src = 'http://www.ruv.co.kr' + Button[nTabIndex].getAttribute('unselected');
//Button[nTabIndex].filters.blendTrans.Play();
//Button[No].filters.blendTrans.Apply();
Button[No].src = 'http://www.ruv.co.kr' + Button[No].getAttribute('selected');
//Button[No].filters.blendTrans.Play();
document.getElementById('TABS_TBL' + No).filters[0].Apply();
document.getElementById('TABS_TBL' + No).style.display = "block";
document.getElementById('TABS_TBL' + No).filters[0].Play();
//document.getElementById('TABS_TBL' + nTabIndex).filters[0].stop();
document.getElementById('TABS_TBL' + nTabIndex).style.display = "none";
}else{
Button[nTabIndex].src = 'http://www.ruv.co.kr' + Button[nTabIndex].getAttribute('unselected');
document.getElementById('TABS_TBL' + nTabIndex).style.display = "none";
Button[No].src = 'http://www.ruv.co.kr' + Button[No].getAttribute('selected');
document.getElementById('TABS_TBL' +No).style.display = "block";
}
nTabIndex = No;
nTmrTab = setTimeout("rotateTabDisplay()", nTabInterval);
}
nTmrTab = setTimeout("rotateTabDisplay()", nTabInterval);
// -->
</script>
</td>
</tr>
<!--베스트박스 끝-->
댓글 전체