水煮鱼 发表于 2010-11-12 11:32:38

JS仿flash动态切换广告代码

用到Discuz论坛肯定很不错

截图:


源代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" href="http://www.zbw123.com/webmaster/08/styles/index.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://www.zbw123.com/webmaster/08/scripts/index.js"></script>
<script type="text/javascript">
addOnloadEvent(autoShowAll);
</script>
</head>
<body>
<div class="ad_show">
<div class="cover_t_l"></div>
<div class="cover_t_r"></div>
<div class="cover_b_l"></div>
<div class="cover_b_r"></div>
<div class="cover_b"> <img src="http://www.zbw123.com/webmaster/08/images/ad_show_pre.gif" id="adShowPre" /> <span id="adShowNow"></span><span>/</span><span id="adShowAll"></span> <img src="http://www.zbw123.com/webmaster/08/images/ad_show_next.gif" id="adShowNext" /> </div>
<div id="adShowImg">
    <div><a href="#" target="_blank"><img src="http://t1.baidu.com/it/u=2022684285,109868946&fm=0&gp=0.jpg" /></a><a href="#" target="_blank"><img src="http://t2.baidu.com/it/u=2884761502,1103019297&fm=0&gp=0.jpg" /></a><a href="#" target="_blank"><img src="http://t3.baidu.com/it/u=2376266915,2167662160&fm=15&gp=0.jpg" /></a><a href="#" target="_blank"><img src="http://t1.baidu.com/it/u=3272364846,3407495386&fm=0&gp=0.jpg" /></a><a href="#" target="_blank"><img src="http://t1.baidu.com/it/u=3272364846,3407495386&fm=0&gp=0.jpg" /></a></div>
</div>
</div>
</body>
</html>

3210 发表于 2011-7-16 21:57:41

沙发 沙发我竟然抢到沙发

www.vokwo.com 发表于 2011-9-8 14:00:36

沙发 沙发我竟然抢到沙发

刘呆千 发表于 2011-11-28 17:31:32

大家顶啊这么好的帖子楼主辛苦了
页: [1]
查看完整版本: JS仿flash动态切换广告代码