首页 > 开发 > CSS > 正文

CSS 注意事项

2020-03-24 17:16:17
字体:
来源:转载
供稿:网友

它是什么?Internet Explorer 5 引入了行为 (behaviors)。behaviors 是一种通过使用 CSS 向 HTML 元素添加行为的方法。

为什么要避免它?只有 Internet Explorer 支持 behavior 属性。

用什么代替?请使用 JavaScript 和 HTML DOM 取而代之。


 attach for= element event= onmouseover handler= hig_lite /  attach for= element event= onmouseout handler= low_lite /  script type= text/javascript function hig_lite()element.style.color='red';function low_lite()element.style.color='blue'; /script 

behavior 文件包含了针对元素的 JavaScript 和 事件句柄。

如果您使用 Internet Explorer,可以亲自试一下(把鼠标放在例子中的文本上)。


span id= typing speed= 100 IE5 introduced DHTML behaviors.Behaviors are a way to add DHTML functionality to HTML elementswith the ease of CSS. br / br / How do behaviors work? br / By using XML we can link behaviors to any element in a web pageand manipulate that element. /p /span /body /html

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。

上一篇:CSS 内边距

下一篇:CSS 图像透明度

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表