I'd like script that will make my mouse pointer from arrow to + (plus or cross).
I'm not sure what's it's name and where 2 find it. HELP, please.
I'm not sure what's it's name and where 2 find it. HELP, please.
| melissareich wrote: |
| You can do that with CSS... |
| Code: |
| .pointer_cross {
cursor: crosshair; } |
| Quote: |
| This is working on all the comman browsers (since: Netscape 6.0, IE4.0, Opera7.0, FF 1.0, Konqueror 3.1 and Safari 1.2) one exception IE5 and lower don't support 'pointer'. |