View Single Post
  #2 (permalink)  
Old Jan 31st, 2008, 00:41
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Image Showing Up when a hover is hovered over?

JavaScript can work with CSS and vice versa
You could hide the image div, and when you hover the text link you can use JS onmouseover, and set the image div to "show"!

EDIT: I found just the right tutorial for you HERE! Instead of putting text in the "<div id="div1">", you could put your <img src="">

Last edited by Monie; Jan 31st, 2008 at 00:46.
Reply With Quote