|
|
Q1784 Can I create a link without having a hand pointer?
irt.org | Knowledge Base | JavaScript | Mouse | Q1784 [ previous next ] Q1784 Can I create a link without having a hand pointer?Instead of creating the link with an html anchor, use onClick="window.open(...)" within a <span>, <div>, <p>, etc. tag (for text). Unless you also specify a particular cursor style, the pointer will behave as if it's ordinary text.
It works with images, too...
This makes the pointer an hourglass...
Submitted by Mister Wags |
-- div -->
|