Re: SVG Script in Firefox troubles

Boris Zbarsky <[email protected]> Mon, 12 Oct 2009 13:21:51 -0400
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
On 10/12/09 12:54 PM, Dale Ellis wrote:
> I do have another question, how do you make the cursor be a hand?

"cursor: pointer" in CSS.

> <a xlink:href="">

You can probably toss in onclick="return false;" to make that work 
across the board, but the CSS approach might be better.

-Boris