JS代码图片切换?

网页设计中的,不需要太复杂。... 网页设计中的,不需要太复杂。 展开
 我来答
匿名用户
推荐于2016-01-21
展开全部

试试这个图片切换

有12345数字一起切换汪尘漏

鼠标点一兄渣下数字会变换到另一张图片,不点就会自动换

里面有教程和困烂源码

参考资料: http://www.blueidea.com/common/shoutbox/redir.asp?7=p&id=10895

百度网友0f64c1317
2010-07-30 · TA获得超过393个赞
知道小有建树答主
回答量:178
采纳率:0%
帮助的人:211万
展开全部
<style type="text/css">
.mouseout
{
background:"";
background-color:#6E97B3;
font-weight:normal;
}
.mouseon
{
background:url(images/bg1.gif);
background-color:none;
font-weight:bold;
}
</style>
<script type="text/javascript">
function $(id)
{
return document.getElementById(id);
}
function classNormal()
{
var focusBtn = $('nb').getElementsByTagName('li');
var focusImg = $('show').getElementsByTagName('li');
for (var i = 0; i < 3; i++) {
focusBtn[i].className = '芹和mouseout';
focusImg[i].style.display="none";
}
}
function change()
{
var focusBtn = $('nb'戚森).getElementsByTagName('li');
var focusImg = $('show').getElementsByTagName('li');
focusBtn[0].onmouseover = function() {
classNormal();
focusBtn[0].className = 'mouseon';
focusImg[0].style.display='block';
}
focusBtn[1].onmouseover = function() {
classNormal();
focusBtn[1].className = 'mouseon';
focusImg[1].style.display='block';
}
focusBtn[2].onmouseover = function() {
classNormal();
focusBtn[2].className = 'mouseon';
focusImg[2].style.display='block';
}
}
window.onload = function() {
change();
}
</script><body>
<div id="show" style="width:345px;height:110px; padding:0; margin:0;">
<ul style="width:345px;height:110px;float:left;list-style-type:none; padding:0; margin:0;">
<li style="list-style-type:none;float:left;width:165px;height:110px;background:url(images/t-1.jpg);display:block;"></li>高首亩
<li style="list-style-type:none;float:left;width:165px;height:110px;background:url(images/t-2.jpg);display:none;"></li>
<li style="list-style-type:none;float:left;width:165px;height:110px;background:url(images/t-3.jpg);display:none;"></li>
<li style="list-style-type:none;float:left;width:180px;height:110px">
<div id="nb" style="width:180px;height:110px;padding:0; margin:0;">
<ul style="width:180px;height:110px;list-style-type:none;padding:0; margin:0;">
<li class="mouseon" style="width:180px;height:36px;list-style-type:none;color:#FFFFFF;font-size:12px;">测试一</li>
<li style="width:180px;height:36px;list-style-type:none;margin-top:1px;background-color:#6E97B3;color:#FFFFFF;font-size:12px;">测试二</li>
<li style="width:180px;height:36px;list-style-type:none;margin-top:1px;background-color:#6E97B3;color:#FFFFFF;font-size:12px;">测试三</li>
</ul>
</div>
</li>
</ul>
</div>
</body>
-------------------------------
最简单的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式