You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Hover Link Background Change

This changes the background of any link when hovering it. Plus making ur Cursor looking like a Cross.

Source code

1
2
3
4
5
6
<style type="text/css">
   a:hover, .imvucodes_net {
      background:url('http://www.imvucodes.net/src/a2c342b9188c358ceb7f53c0c516271a_41870.gif') !important;
      cursor:crosshair;
   }
</style>

Similar threads

Rate this thread