Outline applet and hand cursor

Hi, on a web aplication menu made with an outline applet,

I wish the mouse cursor changes to ‘hand’ when mouse goes over clickable areas of the applet

(menu options usually), as this seems to be the default behaviour of most links on web applications.

I tried workaround writting before the applet

and after the applet

with no success.

Does anybody know if there is any way to do it,

thanks in advance,

J R

Subject: outline applet and hand cursor

I think the style should be

cursor: pointer;

rather than “hand”. However, I couldn’t get it to change over the applet, even by putting some tags into the HEAD section and doing

applet { cursor: pointer; }

So I’m not sure that you can change it over an applet.