There are multiple ways of including CSS styles in a HTML document: a linked style-sheet in the head section of the HTML document a style block in the head section of the HTML document using the @import directive in a CSS document with the style property of a HTML tag While working on a project [...]
One of my current projects requires highlighting a table row when the mouse cursor passes over it. A clean way to do this is to implement a tr:hover class in CSS over the targeted rows. Unfortunately, this CSS pseudo-class (:hover) does not work in Internet Explorer 6 (or earlier), as this browser only allows the [...]





