Oct 21, 2001 #1 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.
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.
Oct 22, 2001 #2 EugenePaliev Programmer Joined Jul 18, 2001 Messages 537 Location UA 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! Upvote 0 Downvote
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!