syun_ukiya
07-10-2003, 11:58 AM
how to edit the cursor wait?
|
View Full Version : cursor wait? syun_ukiya 07-10-2003, 11:58 AM how to edit the cursor wait? kittycat 07-10-2003, 06:43 PM To edit the cursor you'd use this code a:hover { cursor: value; } And replace value with one of the following: default, auto, wait, crosshair, hand, help, text, move, s-resize, e-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize If that doesn't answer your question, could you rephrase it to make it more clear what you need? syun_ukiya 07-11-2003, 06:41 AM when you click a link and the page loads the cursor changed to something with a hourglass I want to cuztomize that with my set of cursors. |