关于css中event:expression的问题

阅读:5345回复:1
2007-04-24 17:59
写私信
楼主#
event:expression(
onmouseover= function()
{
this.style.backgroundColor='#86b9d6'
},
onmouseout=function()
{  
this.style.backgroundColor='#dedeb8'  
}
)
改代码在IE下正常,但是在FF2.0下无效,是FF不支持的原因吗?
2007-04-24 17:59
写私信
1楼#
这个好像涉及到了JS问题,JS也有一套标准。
好多特效在IE中支持,而到了Firefox就不支持了。