Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...The forum looks great! You guys have done a fantastic job on arranging things there...Your site is very precise and fun to visit..."

Geography

Where in the world do Tek-Tips members come from?

mouse pointer not changing on hover over linkHelpful Member! 

TekSupporter (MIS)
20 Jan 11 9:47
Hello to all,

This may seem trivial but.....

I have a picture on my page which, when clicked, opens a new window with a specific size. I used the behaviors function in dreamweaver to accomplish this.

Works great.

Now the issue. When a user hovers over the picture, the mouse pointer does not change as to indicate that the area is clickable. They can click the picture and it works as intended, but the mousepointer does not change as to indicate a clickable area.

The code is:
<img src="/images/myimage.png" width="169" height="150" onclick="MM_openBrWindow('/Web/images/fdic.jpg','FDIC','width=687,height=401')" /><br />

How can I modify this mouse pointer behavior, so that it chagnes to indicate a clickable area.

TekSupporter
MCP, A+, CNA

Helpful Member!  vacunita (Programmer)
20 Jan 11 11:46
Assuming you want the mouse pointer to be a pointing hand use the cursor:pointer style to get it.

CODE

<img src="/images/myimage.png" width="169" height="150" onclick="MM_openBrWindow('/Web/images/fdic.jpg','FDIC','width=687,height=401')" style="cursor:pointer;"/><br />

 

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Behind the Web, Tips and Tricks for Web Development.
http://behindtheweb.blogspot.com/
 

TekSupporter (MIS)
20 Jan 11 11:55
Thank You.

I have added the code, and it is working perfectly.

 

TekSupporter
MCP, A+, CNA

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close