Cursor Changes

  • Thread starter Thread starter A V McGillan
  • Start date Start date
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.
 
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.
 
Back
Top