How to make an image appear bellow the text when I move my mouse over some text

liunx

Guest
i am trying to show some images when i move my mouse over some text like a tooltiptext but with images and make it desapear when i mouve the mouse out<br />
can any one help using javascript and css<!--content-->well this is something, i don't know if it's what you mean ^^<br />
<br />
<div onmouseover="img1.style.visibility= 'visible'" onmouseout="img1.style.visibility= 'hidden'" style="width: 26; height: 19">text</div><br />
<br><br />
<img src=http://www.htmlforums.com/archive/index.php/"test.jpg" width="250" height="250" name="img1" style="visibility='hidden'"><!--content-->i got a great idea.. dynamic drive has a tool tip script.. and it uses tables.. maybe you can make the table background your image and see if it works?<br />
<br />
or try this out:<br />
<br />
<!-- m --><a class="postlink" href="http://dynamicdrive.com/dynamicindex4/imagetooltip.htm">http://dynamicdrive.com/dynamicindex4/imagetooltip.htm</a><!-- m --><br />
<br />
its a image with a tooltip thing BUT with a description too.<br />
<br />
hope that helps.<!--content-->I have a tooltip script that can be easily adapted to use images.<br />
<!-- m --><a class="postlink" href="http://www.vladdy.net/webdesign/Tooltips.html">http://www.vladdy.net/webdesign/Tooltips.html</a><!-- m --><!--content-->
 
Back
Top