Is there a way to turn this DHTML code into CSS code? If so what is the correct way it should be put in the code?
Code:
onmouseover="this.style.backgroundColor='#0061D7';" onmouseout="this.style.backgroundColor='#3D93FF';"
Comment