|
|
|
This tool let's you add a customized cursor to your links.
The code will only work on Internet Explorer - since IE is the only browser that support custom link cursors.
The code will not cause any harm if viewed on Netscape browsers - it just won't have any effect, so a normal pointer will appear if viewed with Netscape.
Choose the cursor you want and let our page do the coding.
Then copy and paste the code into your own HTML document.
As easy as it gets!
SELECT THE CURSOR YOU WANT
Note:
If you want the custom cursor to work on the entire page you should:
1: insert the <span style="cursor:whatever;"> right under the <BODY>-tag
2: insert the </span> just before the ending </BODY>-tag
If you want it to work on links within a single table only, you should:
1: insert the <span style="cursor:whatever;"> before the <TABLE>-tag
2: insert the </span> right after the ending </TABLE>-tag
If you want it to work on links within a single link only, you should:
1: insert the style="cursor:whatever;" directly in the <A HREF>-tag
For example:
<A HREF="mypage.htm" style="cursor:crosshair;">CLICK HERE</A>
|
|
|
|