I have an OnClick event in an <a> tag which does not have an href attribute. Instead of displaying the standered mouse selection cursor when you move the mouse over the text I would like it to have the cursor with the finger. Thnx![]()
I have an OnClick event in an <a> tag which does not have an href attribute. Instead of displaying the standered mouse selection cursor when you move the mouse over the text I would like it to have the cursor with the finger. Thnx![]()
You might find this link useful:Code:cursor:pointer;
http://www.w3schools.com/CSS/pr_class_cursor.asp
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
hosdank (08-06-2008)
Use css styling in the anchor like so:
Hope this helps.Code:<astyle="cursor: pointer;">Not A Link, but has pointer as a cursor.</a>
Edit: sorry rangana, cross post.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
hosdank (08-06-2008)
Thanks so much guys.![]()
Bookmarks