How do I get the "link hand" to display

  • Thread starter Thread starter Jack Slater
  • Start date Start date
?? Is there a reason it don't??
Like CSS that has it blocked?

If so you can add "style" to the image like..
<p><a href="Your file.htm">
<img STYLE="cursor:hand" border="0" src="images/your_pic.jpg" width="125"
height="133"></a></p>

Hope this helps

Don
==================
| when mouseover a jpg with a hypertext link?
|
|
 
The best way to do this is to make sure that your link is applied to an
element that the browser recognizes as requiring a 'pointer' cursor.

Can you show me your code?
 
That example will generate a pointer cursor without your help. However,
this one will not -

<img onClick="whatever"...>

Perhaps that is what the poster is asking about?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top