<!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>
<style type="text/css">
*{ margin:0; padding:0;}
body{ overflow:hidden; }
.box{ width:980px; height:255px; margin:0 auto; }
.pic1{ width:auto; height:auto; position: absolute;top: 0px;}
.pic2{width:auto;height:auto;position: absolute;top: 0px;}
.pic3{width:auto;height:auto;position: absolute;top: 0px;}
.bottom{width:980px;height:35px;background-position: center bottom;filter: Alpha(Opacity=50);background-color: #000000;position: absolute;top: 215px;}
.bottom ul { margin:0; padding:0;}
.bottom li{ float:left; width:245px; height:35px; font-size:14px; font-weight:bold; display:block; color:#FFFFFF; text-align:center; list-style-type:none; line-height:40px;}
.bottom li.change {background:#fff;cursor:default; color:#333; display:block;}
</style>
<script>
function show(obj)
{
var id=obj.id;
for(var i=1;i<4;i++)
{
var li=document.getElementById(i);
if(li.id==id)
{
li.className="change";
}
else
{
li.className="";
}
var divId="div"+i;
if(divId=="div"+id)
{
document.getElementById(divId).style.display="block";
}
else
{
document.getElementById(divId).style.display="none";
}
}
}
</script>
</head>
<body>
<div class="box">
<div class="pic1" id="div1" name="byNames" ><img src="02.jpg" /></div>
<div class="pic2" id="div2" name="byNames" ><img src="03.jpg" /></div>
<div class="pic3" id="div3" name="byNames" ><img src="04.jpg" border="0" /></div>
<div class="bottom">
<ul>
<a href="#"><li id="1" class="change" onmouseover="show(this)" style="cursor:pointer">轻松购物</li> </a>
<a href="#"><li id="2" onmouseover="show(this)" style="cursor:pointer" >生活支付</li></a>
<a href="#"><li id="3" onmouseover="show(this)" style="cursor:pointer">多种支付方式</li></a>
</ul>
</div>
</div>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
鼠标移上交换图片导航
共5个文件
jpg:3个
html:1个
db:1个
需积分: 9 6 下载量 14 浏览量
2010-08-12
16:40:44
上传
评论
收藏 133KB RAR 举报
温馨提示
简单js代码,实现交换图片导航 <script> function show(obj) { var id=obj.id; for(var i=1;i<4;i++) { var li=document.getElementById(i); if(li.id==id) { li.className="change"; } else { li.className=""; } var divId="div"+i; if(divId=="div"+id) { document.getElementById(divId).style.display="block"; } else { document.getElementById(divId).style.display="none"; } } } </script>
资源推荐
资源详情
资源评论
收起资源包目录
鼠标移上交换图片导航.rar (5个子文件)
鼠标移上交换图片导航
02.jpg 47KB
banner.html 2KB
03.jpg 44KB
04.jpg 38KB
Thumbs.db 8KB
共 5 条
- 1
资源评论
zl19890527
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功