hi,
i want to change mouse pointer to hand symbol over the select button.
but i my code not work...
i want to change mouse pointer to hand symbol over the select button.
but i my code not work...
Code:
c
function fnover(id)
{
document.getElementById("id").style.cursor="hand";
}
Comment