jsp里 用图片当做按钮,有两张不同形态的图片,要求是鼠标放上一个图片,离开另外一个图片 求高手指点
3个回答
展开全部
楼上说的太麻烦了,废话不说直接上代码
<!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=gb2312" />
<title>无标题文档</title>
<script type="text/javascript">
function aa(){
document.getElementById("t2");
dom.css({background:"url('第一个图片地址') 0 0 no-repeat"});
}
function aa(){
document.getElementById("t2");
dom.css({background:"url('第二个图片地址') 0 0 no-repeat"});
}
</script>
</head>
<body>
<input id="t2" type="button" style="width:100px; height:30px;" onmousemove="aa()" onmouseout="bb()" />
</body>
</html>
<!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=gb2312" />
<title>无标题文档</title>
<script type="text/javascript">
function aa(){
document.getElementById("t2");
dom.css({background:"url('第一个图片地址') 0 0 no-repeat"});
}
function aa(){
document.getElementById("t2");
dom.css({background:"url('第二个图片地址') 0 0 no-repeat"});
}
</script>
</head>
<body>
<input id="t2" type="button" style="width:100px; height:30px;" onmousemove="aa()" onmouseout="bb()" />
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
dreamweaver里直接就有啊!那叫做交换图片阿!在dreamweaver里直接插入交换图片就行了
追问
dreamweaver没用过 有没有代码 给发个 谢谢
追答
无标题文档
0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
还有个更简单的,直接用CSS的hover属性变换图片
追问
css
的这个怎么写?
追答
比如说你的id="s1"
那么在CSS里面#s1{background:"url('第一个图片地址') 0 0 no-repeat"}
#s1:hover{background:"url('第二个图片地址') 0 0 no-repeat"}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询