Rollover Hotspot
i put hotspots on image there no "action" when moused over. hotspots aren't highlighted indicate live link. there way make rollover image or make change show active link?
regards.
regards.
on 14 may 2007 in macromedia.dreamweaver.appdev, virtualkelly wrote:
> put hotspots on image there no "action" when moused
> over. hotspots aren't highlighted indicate live
> link. there way make rollover image or make change
> show active link?
you'd better question in dreamweaver general discussion
forum.
you can set cursor in hotspot pointing finger using css:
area {
cursor : pointer ;
}
i don't know how cross-browser or cross-platform is, works in
ie6 , ff2, both on xp pro.
--
joe makowiec
http://makowiec.net/
email: http://makowiec.net/contact.php
> put hotspots on image there no "action" when moused
> over. hotspots aren't highlighted indicate live
> link. there way make rollover image or make change
> show active link?
you'd better question in dreamweaver general discussion
forum.
you can set cursor in hotspot pointing finger using css:
area {
cursor : pointer ;
}
i don't know how cross-browser or cross-platform is, works in
ie6 , ff2, both on xp pro.
--
joe makowiec
http://makowiec.net/
email: http://makowiec.net/contact.php
More discussions in Develop server-side applications in Dreamweaver
adobe
Comments
Post a Comment