ie的Behaviors
Internet Explorer - 行为
它是什么? Internet Explorer 5 引入了行为(behaviors)。Behaviors 是通过使用 CSS 样式向 XML (或 HTML )元素添加行为的一种方法。
为什么要避免使用它? 只有 Internet Explorer 支持 behavior 属性。
使用什么代替它? 使用 JavaScript 和 XML DOM (或 HTML DOM)来代替它。
例子
下面的 HTML 文件中的
IE5 introduced DHTML behaviors. Behaviors are a way to add DHTML functionality to HTML elements with the ease of CSS.How do behaviors work?
By using XML we can link behaviors to any element in a web page and manipulate that element.