If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
In the following article, we will provide some excellent examples of what you should not do in CSS.
IE. behaviors
Behaviors are a certain way to add HTML elements with the use of CSS style.
How can we make exception and avoid problems? Behavior is supported only by IE. What to use else ? = JavaScript and HTML DOM.
1.Typewriter Simulation
The following HTML element has a <style> that defines an behavior for elements with an id.

XML document :
2.Mouseover Highlight
HTML file has a <style> element that defines a behavior for the <h1>.
XML document:



