鼠标滑过改变Div的背景色的几种发法

1.

<!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>
<style type="text/css">
.rm {height: 110px;margin: 0px;padding: 3px;event:expression(onmouseover = function(){this.style.backgroundColor = '#E9F5FF';},onmouseout = function(){this.style.backgroundColor = '#ffffff';})}
</style>
</head>
<body>
<div class="rm"></div>
</body>
</html>

2.

非ie的话,使用:hover就可以,例如:
<html>
<head>
<style>
#d1:hover {background:#ff0000}
</style>
</head>
<body>
<div id="d1">www.xrss.cn</div>
</body>
</html>
但"伟大的"ie并不支持这样写...
只好通过定义onmouseover事件和onmouseout了,例如:
<div οnmοuseοver="this.style.backgroundcolor='#ff0000'" οnmοuseοut="this.style.backgroundcolor='#ffffff'">
一般来说,我们定义鼠标经过变色,无非是容器里面有链接,一旦遇上循环列表那种大量的链接,设想一下在无数的div,ul,li,tr,td中,有无数的onmouse事件....


 

 

转载于:https://www.cnblogs.com/juan/archive/2009/05/27/1490563.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值