Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2071 | Replies: 1 | Solved
![]() |
hi
how can I change the cursor's shape im my site
i found this
this change it when it moves over the link but i want the cursor to be like this always
thanx in advance
how can I change the cursor's shape im my site
i found this
<A HREF="index.html" style="cursor:crosshair">home</a>
this change it when it moves over the link but i want the cursor to be like this always
thanx in advance
"give only what u willing to receive "
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 971
Reputation:
Rep Power: 5
Solved Threads: 48
Add some CSS a'la:
or, put it directly in the body tag:
It should set the cursor how you want; while the mouse is over the browser window (or browser tab) that your page is open in.
CSS Syntax (Toggle Plain Text)
body { cursor:crosshair; }
or, put it directly in the body tag:
HTML Syntax (Toggle Plain Text)
<body style="cursor:crosshair;"> ... body stuff ... </body>
It should set the cursor how you want; while the mouse is over the browser window (or browser tab) that your page is open in.
Plato forgot the nullahedron..
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode