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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cursor change over pictures

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I've seen some sites with this really cool thing... when you roll over an image the cursor changed to a cross hair, how do they do that?

thanks.
 
Hello John!

You need CSS for this. Create some style and use this attribute cursor: crosshair. Here is an example:
a:hover { cursor: crosshair}

or using DW open CSS Styles window, create new style, go to Extensions and choose cusor type you need.

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top