Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the mouse cursor when hovering a link

Status
Not open for further replies.

williamsba

Programmer
Aug 3, 2000
57
US
I am trying to get it so that when I place my cursor over a link on my javascript pulldown menu it changes the cursor to a different icon. Is it possible to do this in javascript?

You can view the pulldown menu at:


Thank you...
 
Yes, just assign the follwoing style to whatever your container your menu is in:

[red]cursor:hand[/red]

there are others like move and resize, but I dont remember the exact names of them. should have a complete listing.

jared@aauser.com
ps nice site, but you may want to run that logo through a compression utuility, its awfully large
 
if you guys could take a look at the other thread that is titled "Changing the mouse pointer icon..." A couple of us have tried doing the cursor:hand thing in the object's style, but to no avail. Any input would be nice
 
I have tried using the following code:

<table>
<tr>
<td style=&quot;cursor:hand&quot;><img>....</img></td>
</tr>
</table>


The cursor does change when it hovers the table, which I put the applet in, but the menu disappears altogether. Anyone have any idea why the menu disappears when i use this code?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top