View Full Version : mouse over
marcuscable
March 7th, 2003, 13:58
to make a linked picture without the mouse cursor turning into a hand.
Kaliber
March 7th, 2003, 20:21
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
marcuscable
March 7th, 2003, 20:23
Thanks!:D
marcuscable
March 9th, 2003, 12:33
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?
radhika
March 11th, 2003, 15:08
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
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.