Quote (HEIDTB @ Wed, Apr 29 2009, 12:14am)
TOO OBVIOUS I SAY
u didnt watch it
but wtf i go to ur mal and scroll over
my mouse becomes konata?
how do u do that
Cuz I pro CSS coder
Well not really, you use this though in your CSS code for your list style:
Code
a{
cursor: url([imageurl]) [x] [y], auto;
/* X and Y are the clickpoint of the cursor, default is 0 0 (left top) corner of the image. ,auto is that he changes back to the standard cursor if he can't load the image*/
}