A M B I T I O U S - D R E A M S • N E T /// v.6: ian somerhalder

Cursor Effects


I had a request for it, so here it is: codes for neat cursor effects!

  • To have one cursor effect throughout your whole site, put this into your css:
    <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:CURSORNAME;} --></STYLE>
  • For a cursor effect for just one individual link like below, put this: <a href="URL" style="cursor:CURSORNAME">Text</a> Where you see "CURSORNAME" replace with one of the following names:

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

    [ Back ]