I have a figure SVG, and i´m trying to on mouseover event, change the cursor style to "hand".
I tried to do this:
var figure= document.embeds['SVG'].getSVGDocument ().getElementBy Id(elementId);
figure.style.cu rsor = "hand";
thanks for the help
I tried to do this:
var figure= document.embeds['SVG'].getSVGDocument ().getElementBy Id(elementId);
figure.style.cu rsor = "hand";
thanks for the help
Comment