You don't need JavaScript, here is the CSS:
Code:#image { cursor: pointer; cursor: hand; }
Is there any kind of command in Javascript that can change my users pointer to a hand indicating a link?
In Actionscript its simply:
myButton.mouseEnabled=true;
The problem is I have an image that sets off a pop up using a javascript onClick() function. If I add <a> tags around the image it breaks the code.
On the usability side I'd like to ensure that the user definitely knows that they can click the "link", and without the hand icon I'm not sure they would?
Any Ideas guys?
You don't need JavaScript, here is the CSS:
Code:#image { cursor: pointer; cursor: hand; }
second "babyboy808" on this.
:. Web Design & Development Web Design Ireland
:. Search Engines Optimization Search Engines Optimization
:. Car Parts & Accessories Car Parts
:. Cars Ireland Cars Ireland
:. I Have 2 Find It Directory SEF Directory
perfect thanks guys