Click to See Complete Forum and Search --> : How to change mouse arrow symbol to a hand


damon2003
11-03-2003, 04:24 AM
Hi,
I want to know how to change mouse arrow symbol to a hand when the mouse hovers over an image, as it does when the mouse hovers over a conventional link,
thanks a lot

fredmv
11-03-2003, 04:28 AM
You can do this using CSS. Here's an example:<img src="foo.gif" style="cursor: pointer;" alt="" />I hope that helps you out.