Cursors

Want those neat cursors when you hover over a link? Just copy and paste whatever code you want...

This code is if you want a specific cursor for an individual link.

<a href="http://www.geocities.com/lemonsliceclique/URL%20OF%20LINK" style="cursor:CURSOR">TEXT</a>

If you want a hover cursor throughout your whole page, use this code:

<STYLE type="text/css"><!-- A:link{COLOR: 000000; TEXT-DECORATION: none; font-weight: normal;} A:visited{COLOR: 000000; TEXT-DECORATION: none; font-weight: normal;} A:active{COLOR: 000000; TEXT-DECORATION: none; font-weight: normal;} A:hover{COLOR: 000000; TEXT-DECORATION: none; cursor:CURSOR;} --></STYLE>

Here are the cursor names where you replace CURSOR:

  • crosshair
  • wait
  • help
  • text
  • default
  • n-resize
  • s-resize
  • w-resize
  • e-resize
  • ne-resize
  • nw-resize
  • se-resize
  • sw-resize
  • move
  • hand

    Back 1

    Hosted by www.Geocities.ws