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>
|