Cursor Changes

A

A V McGillan

I want to change the cursor for a link within a marquee. Currently the
cursor remains an "arrow," - I'd like it to become the "hand" you
normally see when clicking on a link. Thanks.
 
P

Peter Taurins

Try something like:

<p style ="cursor: hand">12345</p>

The basic markup is the:

style ="cursor: hand"

so you may have to surround that with your marquee tags.

This works in IE and Opera but not NS.
I don't know how to make it work in NS.

HTH.
PWT.
 
Top