• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

mouse over

I think this is how you do it:
first you need a style sheet
.nhand {cursor:arrow;}


then on your link

<a href="blah.html" class=nhand>text</a>

I think that works
 
/???

Originally posted by Kaliber
I think this is how you do it:
first you need a style sheet
.nhand {cursor:arrow;}


then on your link

<a href="blah.html" class=nhand>text</a>

I think that works

How do I make stylesheet?
 
1. Open your notepad and paste this code in that:
.nhand {cursor:arrow;}

2. Save it as styles.css and upload it to your root by ASCII.

3. Then keep this tag before </HEAD.. of the page where you want the effect to appear.
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/styles.css">

4. Keep html link as Kalider said.


Radhika
FREE Click tracking script
http://www.scripts4webmasters.com/clicktracking/index.shtml
 
Back
Top