TekSupporter
MIS
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
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