View Full Version : Disable the "hand" cursor when the curosr is ovar a link
Sondet
08-21-2005, 06:37 PM
If someone can do this script, can you post it to me, or just say it is impossible... (if it is)
Thanks! Sondet :)
jscheuer1
08-21-2005, 06:48 PM
<a href="some.htm" style="cursor:default;">Link Text</a>There are many possible cursor styles. Default is the arrow cursor. The style can also be set in a stylesheet:
<style type="text/css">
a {
cursor:default;
}
</style>If placed in the head of the document, will change all the link cursors to arrows.
Sondet
08-21-2005, 07:00 PM
Thank you!
Pretty easy though...
But that is good!
Sondet
08-21-2005, 07:06 PM
But Hey!
I came up with a new question...
If you have a custume made cursor... What can i do to keep that cursor instead of the "hand" on the link?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.