www.smxzcly.com/
首页下部一片空白,好像是滚动图片造成的,有办法消除么?
滚动图片的代码如下:
<table width="134" border="0" cellspacing="0" align="center">
<tr><td>
<div id="article1" style="width:134;">
<TABLE cellSpacing="0" cellPadding="0" width="134" border="0">
<tr><td height=100 align=center><a href=products/product1/q02.html target=_blank><img src=images/q01.gif alt="点击查看气动量仪详情" width=95 height=95 border=0></a></td>
</tr><tr><td height=100 align=center><a href=products/product1/q03.html target=_blank><img src=images/q02.gif alt="点击查看气动量仪附件详情" width=95 height=95 border=0></a></td>
</tr><tr><td height=100 align=center><a href=products/product1/q04.html target=_blank><img src=images/q03.gif alt="点击查看气动测量头详情" width=95 height=95 border=0></a></td>
</tr><tr><td height=100 align=center><a href=products/product1/q05.html target=_blank><img src=images/q04.gif alt="点击查看冷机气动测量详情" width=95 height=95 border=0></a></td>
</tr><tr><td height=100 align=center><a href=products/product1/q06.html target=_blank><img src=images/q05.gif alt="点击查看其它气动测量详情" width=96 height=95 border=0></a></td>
</tr><tr><td height=100 align=center><a href=products/product2/d02.html target=_blank><img src=images/d01.gif alt="点击查看电感测微仪详情" width=95 height=95 border=0></a></td>
</tr>
<tr>
<td height=100 align=center><a href="products/product2/d03.html" target="_blank"><img src="images/d02.gif" alt="点击查看电子柱测微仪详情" width="95" height="95" border="0"></a></td>
</tr>
<tr>
<td height=100 align=center><a href="products/product2/d04.html" target="_blank"><img src="images/d03.gif" alt="点击查看电感式传感器详情" width="95" height="95" border="0"></a></td>
</tr>
<tr>
<td height=100 align=center><a href="products/product2/d05.html" target="_blank"><img src="images/d04.gif" alt="点击查看电子塞、卡规详情" width="95" height="95" border="0"></a></td>
</tr>
<tr>
<td height=100 align=center><a href="products/product2/d06.html" target="_blank"><img src="images/d05.gif" alt="点击查看磨加工主动测量详情" width="95" height="95" border="0"></a></td>
</tr>
</TABLE>
</div>
<div id="article2" style="position:absolute;z-index:1;visibility:hidden"></div>
</td></tr>
</table>
<script>
articleHeight=200;
stopscrolla=false;
article1.scrollTop=0;
//more javascript from
cfan.net.cnwith(article1){
style.width=0;
style.height=articleHeight;
style.overflowX="visible";
style.overflowY="hidden";
noWrap=true;
onmouseover=new Function("stopscrolla=true"

;
onmouseout=new Function("stopscrolla=false"

;
}
preTopa=0; currentTopa=0; stoptimea=0;
function init_srolltext1(){
article2.innerHTML="";
article2.innerHTML+=article1.innerHTML;
article1.innerHTML=article2.innerHTML+article2.innerHTML;
setInterval("scrollUp1()",50);
}
function scrollUp1(){
if(stopscrolla==true) return;
currentTopa+=1;
if(currentTopa==101)
{
stoptimea+=1;
currentTopa-=1;
if(stoptimea==50)
{
currentTopa=0;
stoptimea=0;
}
}
else {
preTopa=article1.scrollTop;
article1.scrollTop+=1;
if(preTopa==article1.scrollTop){
article1.scrollTop=article2.offsetHeight-articleHeight;
article1.scrollTop+=1;
}
}
}
init_srolltext1();
</script>