谁知道图片翻页代码怎么搞

来源:百度知道 编辑:UC知道 时间:2024/05/26 19:03:30
把图片成 1、2、3、4 页式自动翻页 和鼠标移动翻页..请教高手。
我要代码,还有应该怎么放才能在网站上显.
懒人库里面的我试过看不懂
我希望能直接给我代码 可以直接修改图片、文字、告诉怎么贴在网站上 就OK了 , 100分跪求
我的油箱是wufu3952@163.com 放在网站上怎么贴 说明下。

这里有很多!
自己看吧
http://www.lanrentuku.com/js/p1.html

www.lanrentuku.com上找图片轮播

你把邮箱打出来 我给你发过去

<html>
<head>
<meta http-equiv="Content-Type" c>
<meta http-equiv="imagetoolbar" c>
<title>图片左右翻页</title>
<style>
<!--
body{
text-align:center;
margin:20px 0px 0px 0px;
}
table{
border:0px;
}
.sp{
width:520px;
height:400px;
border:2px solid #FFCC00;
text-align:center;
line-height:400px;
}
.sn{
width:520px;
height:30px;
text-align:center;
line-height:30px;
}
img{
border:0px;
cursor:pointer;
}
-->
</style>
<script language="javascript">
<!--