funkyblondbabe0
06-22-2004, 05:29 PM
Hummph.... I really need help with cursors. I know which one I want and everything.... but where do you but the CSS and what is it? I would also like to know how to but a background behind links when hovered over??? Can someone please help?!
kittycat
06-22-2004, 07:07 PM
Regular cursors or image cursors? For regular ones you can either put it on link hover or as a constant cursor on the page.
For the background on hover do this:
a:hover { background-image: url(yourimage.gif);
background-color: #000000; }
If you only want image or colour then remove the other line.
funkyblondbabe0
06-23-2004, 04:46 PM
OK, thanks. But what other line do I take out? lol..... all was going so well.
MaGiCSuN
06-23-2004, 04:58 PM
if you want the background-image part you take out the background-color part and otherwise if you want the background-color part you take out the background-image part. I think that's what kittycat means :)
Love,
Mirna