展开全部
不给代码,只给思路!响应onmouseover事件,里面的事情就自己解决吧。要是还解决不了,我觉的你就不适合作开发。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在web端得话,前台显示建议用改变button的样式
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<input type='button' value='按钮' onmouseover='On_mouseOn(this)' onmouseout='On_mouseOut
(this)'></input>
<script type='text/javascript'>
var bgColor;
function On_mouseOn(obj){
bgColor=obj.style.backgroundColor;
obj.style.backgroundColor='Yellow';
}
function On_mouseOut(obj){
obj.style.backgroundColor=bgColor;
}
</script>
自己修改一下。
(this)'></input>
<script type='text/javascript'>
var bgColor;
function On_mouseOn(obj){
bgColor=obj.style.backgroundColor;
obj.style.backgroundColor='Yellow';
}
function On_mouseOut(obj){
obj.style.backgroundColor=bgColor;
}
</script>
自己修改一下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
backgroundColor='颜色'
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询