How to change cursor in SVG document?
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I wanted to change to cursor when it goes over an element in SVG document, I tried to set cursor="wait" attribute within that element, but it didn't work. How could I do so then .. I wanted to change the cursor when I am dragging the svg element too.. any suggestion ? And I am using IE as the browser to display the SVG.