好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

求个图片展示窗_html/css_WEB-ITnose

想做个图盘展示窗[img=http://my.csdn.net/my/album/detail/1339370][/img] 如图,当点击右边的小图时左边的大图跟着变为点击图片。


回复讨论(解决方案)





无标题文档

img{
width:40px;
height:40px;
}


function init(){
var images=document.images;
for(var i=0;i if(!images[i].getAttribute("id")){
images[i].onclick=change;
}
}
}
function change(){
document.getElementById("test").setAttribute("src",this.getAttribute("src"));
}
window.onload=init;









看不到你的图片啊

还是感谢你的帮助,帖子结了。

查看更多关于求个图片展示窗_html/css_WEB-ITnose的详细内容...

  阅读:31次