Here are some technologies you should try to avoid when using CSS.
What is it? Internet Explorer 5 introduced behaviors. Behaviors are a way to add behaviors to HTML elements with the use of CSS styles.
Why avoid it? The behavior attribute is only supported by Internet Explorer.
The Below HTML file has a <style> element that defines a behavior for the <h1> element:
The XML document "behave.htc" is shown below:
The behavior file contains a JavaScript and event handlers for the elements.
The Below HTML file has a <style> element that defines a behavior for elements with an id of "typing":
The XML document "typing.htc" is shown below:
Your Query was successfully sent!