大爱股票 大爱股票
欧伦.巴菲特彼得.林奇塞斯卡拉曼铁粉一枚
关注数: 17 粉丝数: 334 发帖数: 1,316 关注贴吧数: 27
不知道哪里错了!!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2FTR%2Fxhtml1%2FDTD%2Fxhtml1-transitional.dtd&urlrefer=e9b2a1e0c6d358d677c4ee0138b67400"> <html xmlns="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml&urlrefer=d0f4243b5ce5e5fa54fdafc10831c319"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DOM基础</title> <style> ul{padding:0;margin:0;} li{list-style:none;} body{background:#333;} #pic{width:400px;height:500px;position:relative; margin:0 auto;background:url(img/loader_ico.gif)no-repeat center #fff;} #pic img{width:400px;height:500px;} #pic ul{position:absolute;top:0;right:-50px;} #pic li{width:40px;height:40px;margin-bottom:4px;background:#666;} #pic.active{background:#FC3;} #pic span{top:0;} #pic p{bottom:0;margin:0;} #pic p,#pic span{position:absolute;left:0;width:400px; height:30px;line-height:30px;text-align:center;color: #fff;background:#000;} </style> <script> wondow.onload=function(){ var oDiv=document.getElementById('pic'); var oImg=oDiv.getElementsByTagName('img')[0]; var ospan=oDiv.getElementsByTagName('span')[0]; var oP=oDiv.getElementsByTagName('p')[0]; var arrUrl=['img/1.png','img/2.png','img/3.png','img/4.png']; var arrText=['一直鹰','美女一','美女二','面具']; var num=0; oImg.src=arrUrl[num]; }; </script> </head> <body> <div id="pic"> <img src=""/> <span>数量正在加载中...</span> <p>文字说明正在加载中...</p> <ul> </ul> </div> </body> </html> 为什么浏览器不能加载图片,我img文件里面有图片文件啊!
1 下一页