This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > December 2005 > Mouseover Effect with text description
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Mouseover Effect with text description
|
|
| neophyte weaver 2005-12-31, 3:17 am |
| Newbie here, need to know if there is an easy way, using the tools in
Dreamweaver, to make a mouseover effect that makes a text description appear
when the mouse passes over a gif image? I'm html challenged, so I need a simple
solution.
Thanks
| |
| Michael Vilain 2005-12-31, 3:17 am |
| In article <dp4vsq$ib4$1@forums.macromedia.com>,
"neophyte weaver" <webforumsuser@macromedia.com> wrote:
> Newbie here, need to know if there is an easy way, using the tools in
> Dreamweaver, to make a mouseover effect that makes a text description appear
> when the mouse passes over a gif image? I'm html challenged, so I need a
> simple
> solution.
>
> Thanks
Well, some browsers will display the contents of the alt text of the
<img src="file.gif" alt="this is the file.gif"> tag if you do a mouse
over. For others that don't, you could do something like what Netflix
does with images, which is to code a mouseover javascript. Don't know
how you'd do this with just the native DW tools, though. Try just
adding the ALT option to the IMG tag. That will work for IE.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
| |
| dvandelay 2005-12-31, 6:16 pm |
| Just use the title attribute of the img tag...
<img src="test.gif" title="text to display on mouseover">
| |
| neophyte weaver 2005-12-31, 6:16 pm |
| Thanks, that's almost exactly what I'm trying to achieve, the only thing is
when you move the mouse across the gif image, the text box description
disappears, it only stays visible if the hand (cursor) is stationary. Is there
a way to make the text box stay visible and move with the hand when the hand
moves around on the gif image?
Thanks
| |
| Destin_FL 2005-12-31, 6:16 pm |
| Have a look here at tooltips...
http://www.google.com/search?hl=en&...+tooltips+dhtml
Tim
"neophyte weaver" <webforumsuser@macromedia.com> wrote in message
news:dp4vsq$ib4$1@forums.macromedia.com...
Newbie here, need to know if there is an easy way, using the tools in
Dreamweaver, to make a mouseover effect that makes a text description appear
when the mouse passes over a gif image? I'm html challenged, so I need a simple
solution.
Thanks
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|