furlxy
小狐狸
小狐狸
  • UID18225
  • 注册日期2007-04-24
  • 最后登录2007-04-24
  • 发帖数1
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:5336回复:1

关于css中event:expression的问题

楼主#
更多 发布于:2007-04-24 17:59
event:expression(
onmouseover= function()
{
this.style.backgroundColor='#86b9d6'
},
onmouseout=function()
{  
this.style.backgroundColor='#dedeb8'  
}
)
改代码在IE下正常,但是在FF2.0下无效,是FF不支持的原因吗?
游客

返回顶部