I have a table with the rows set out like this
<tr
onmouseover="this.style.backgroundColor='#65C1E0'; this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#CCEBF5'">
which changes bgcolor etc. How do I encorporate this into a stylesheet so that I can call it from anywhere on the site, so that changes in color only have to be made in onw place!
Cheers
Tim
<tr
onmouseover="this.style.backgroundColor='#65C1E0'; this.style.cursor='hand'" onmouseout="this.style.backgroundColor='#CCEBF5'">
which changes bgcolor etc. How do I encorporate this into a stylesheet so that I can call it from anywhere on the site, so that changes in color only have to be made in onw place!
Cheers
Tim