Hi,
I have a CSS that states:
which highlights each row of a table as the cursor passes over them.
This works fine in Safari, mozilla and firefox but fails miserably in Explorer.
Does anyone know there is a known limitation for the Hover pseudo-code in Explorer?
Thanks for feed-back.
I have a CSS that states:
Code:
tr:hover {color:red;background-color:yellow;}
which highlights each row of a table as the cursor passes over them.
This works fine in Safari, mozilla and firefox but fails miserably in Explorer.
Does anyone know there is a known limitation for the Hover pseudo-code in Explorer?
Thanks for feed-back.