当前位置:编程学习 > C#/ASP.NET >>

谁有meizz jsframework: 轮换广告图的DEMO 里面的CSS

给出马上给分。
我的QQ是12392067 --------------------编程问答-------------------- 自己先定一下 --------------------编程问答-------------------- 分不够在加 --------------------编程问答-------------------- 这里有人做过这种效果没有? --------------------编程问答-------------------- --------------------编程问答-------------------- Click the link to solve your problem.Good luck! --------------------编程问答-------------------- 他写的里面也没有CSS啊

<!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 name="author" content="meizz" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type="text/javascript" src="/ui/scripts/jsframework.js"></script>
    <title>CSDN 轮换广告</title>
</head>

<body style="margin: 3px">
<script type="text/javascript">/*<![CDATA[*/

Using("System.Web.UI.WebControls.MzRotateImage");

var data = {}
data["-1_1"] = "img: http://zi.csdn.net/no1.280-187.gif; url: http://z.csdn.net/adclick.php?bannerid=395; target: _blank; alt: ;";
data["-1_2"] = "img: http://zi.csdn.net/no2-280_187.gif; url: http://z.csdn.net/adclick.php?bannerid=459; target: _blank; alt: ;";
data["-1_3"] = "img: http://zi.csdn.net/no3.gif; url: http://z.csdn.net/adclick.php?bannerid=401; target: _blank; alt: ;";
data["-1_4"] = "img: http://zi.csdn.net/no4.jpg; url: http://z.csdn.net/adclick.php?bannerid=410; target: _blank; alt: ;";
data["-1_5"] = "img: http://zi.csdn.net/no5.jpg; url: http://z.csdn.net/adclick.php?bannerid=369; target: _blank; alt: ;";
data["-1_6"] = "img: http://zi.csdn.net/no.6.280.187.gif; url: http://z.csdn.net/adclick.php?bannerid=372; target: _blank; alt: ;";

var ri = new MzRotateImage();
ri.dataSource = data;
ri.width = 280;
ri.height = 187;
ri.interval = 3000;
ri.duration = 2000;
document.write(ri.render());

/*]]>*/</script>

</body>
</html>
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,