js动态构建的表格,表格中显示图片,但是图片一直显示不出来。

vardiv_table="";div_table+="<tablewidth='100%'border='0'cellspacing='0'cellpadding='0... var div_table="";
div_table +="<table width='100%' border='0' cellspacing='0' cellpadding='0' style='margin-bottom:5px'>"
div_table +=" <tr>"
div_table +=" <td width='45'>"
div_table +=" <span><img src=image/icon/num2.gif' width='16' height='16'/></span> "
div_table +=" </td>"
div_table +=" </tr>"
div_table +="</table>"
document.getElementById("test").innerHTML=div_table;

上面的代码在script中 其中test为一个div的名字,运行起来时层中的图片显示不出来,就一个框子。
展开
 我来答
cjkt51
2010-11-11 · TA获得超过876个赞
知道答主
回答量:498
采纳率:0%
帮助的人:323万
展开全部
<div style="height:200px; width:1002px;">
<div class='l' style="float:left; height:200px; width:50px;"><a href="#">鼠标指上后向左移动,离开后停止</a></div>
<div class='nn' style="float:left; height:200px; width:902px; overflow:hidden;">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="s1">
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
<td><img src="images/zy_19.jpg" width="176" height="102" /></td>
</tr>
</table>
</td>
<td class="s2"></td>
</tr>
</table>
</div>
<div class='r' style="float:left; height:200px; width:50px;"><a href="#">鼠标指上后向右移动,离开后停止</a></div>
</div>

<script>
function roll(obj,s1,s2,l,r){
var play;
s2.html(s1.html());
function gd(f){
if(f=='r'){
if(obj.scrollLeft()>0){
obj.scrollLeft(obj.scrollLeft()-1);
}else{
obj.scrollLeft(s1.width());
}
}else{
if(obj.scrollLeft()<=s1.width()){
obj.scrollLeft(obj.scrollLeft()+1);
}else{
obj.scrollLeft(0);
}
}
}
l.hover(function(),function());
r.hover(function(),20)},function());
}

$roll($('.nn'),$('.s1'),$('.s2'),$('.l'),$('.r'));
</script>

头部调用jquery 去下载

修改完毕 试试吧
请参考
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式