|
| |
Dreamweaver CS3 Help - How to change pointer icon to hand icon
View related threads:
(in this forum
| in all forums)
|
Logged in as: Guest
|
|
|
charluchi
Posts: 1 Joined: 8/18/2008 Status: offline
|
Dreamweaver CS3 Help - How to change pointer icon to ha... - 8/18/2008 17:00:29
I'm new to Dreamweaver so please have patience because I'm sure this is a silly question. I'm trying to figure out what steps I need to take so when a user hovers their mouse over an image on our site, the cursor changes from a pointer to the classic hand icon. It does this for several images on our site but not for others and I can't figure out why. Thanks in advance for your help.
|
|
|
|
Giomanach
Posts: 6128 Joined: 11/19/2003 From: England Status: offline
|
RE: Dreamweaver CS3 Help - How to change pointer icon t... - 9/8/2008 7:14:26
Usually it happens due to the image being a link, or someone has used CSS to change the cursor on hover. Any chance of a link so we can look at the code?
_____________________________
|
|
|
|
sjk153
Posts: 1 Joined: 9/30/2008 Status: offline
|
RE: Dreamweaver CS3 Help - How to change pointer icon t... - 9/30/2008 23:47:11
locate the image tag in the code <img src="YourImage" style="cursor:pointer"
|
|
|
|
d a v e
Posts: 4168 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: Dreamweaver CS3 Help - How to change pointer icon t... - 10/1/2008 9:25:11
quote:
ORIGINAL: sjk153 locate the image tag in the code <img src="YourImage" style="cursor:pointer" it's clumsy to use an inline style - simply make redefine the hover style, or make it a class and apply it to the images. don't forget though that if you're wanting the hand icon you're explicitly saying that the thing hovered on is a link, so be careful if that's waht you're NOT using it for. otherwise for links as G says it should show anyway. if not, then post a link to your page and we can advise you further...
_____________________________
David Prescott Gekko web design
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|