View Full Version : srry but nother question that i looked 4 but cant find


cutiepie131
08-10-2004, 08:59 PM
when hovering on a link or sumthin how do u get a different arrow to show up when clicking sumthin or hovering ova sumthin

Cherchezlafemme
08-10-2004, 09:43 PM
ok you know the hover property? well under that just add "cursor:nameofthecursor;" to the a:hover :D

ex:

<style type="text/css">

A:hover {
cursor:nameofproperty
}
</style>

cutiepie131
08-11-2004, 04:11 AM
thanx

cutiepie131
08-11-2004, 04:24 AM
ok now i have looked......on the hovering code i know you have to add in the arrow you want to ......so what is the arrow that points from the top right corner to the left corner called????

sjb
08-11-2004, 04:34 AM
go here
http://www.lissaexplains.com/css.shtml#stylelinks
if you scroll down just a bit you should see the different types, that page should help :)