This is a discussion on "[SOLVED] Image Showing Up when a hover is hovered over?" within the Web Page Design section. This forum, and the thread "[SOLVED] Image Showing Up when a hover is hovered over? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Image Showing Up when a hover is hovered over?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Image Showing Up when a hover is hovered over?
Hello,
I have a css rollover navigation, which when a text link is rolled over a grey box appear. This all works fine. But what i need it when the grey box appears i need an image to also to the far left in a different div. So with each rollover and different image appears relating to each link. How would i do this using css? Or will i need to change my css to javascript? Thanks guys any help or guidance would be appreciated. |
|
|
|
#2
|
|||
|
|||
|
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 Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Jan 31st, 2008 at 00:46. |
|
#3
|
|||
|
|||
|
Re: Image Showing Up when a hover is hovered over?
THANK YOU!
You are a champ! Much appreciated. I will go through the code and test it out when i get a chance. Exactly what i was after! Thanks again |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Background image not showing | Aso | Web Page Design | 1 | Apr 22nd, 2008 15:54 |
| Image - Expand on Hover | beso | Flash & Multimedia Forum | 16 | Oct 7th, 2006 06:02 |
| Website NOT showing menu hover in Internet Explorer ??? | j4mes_bond25 | Web Page Design | 8 | May 4th, 2006 10:02 |
| background image not showing up in Firefox but showing in other browsers! | eskymo | Web Page Design | 21 | Jan 19th, 2006 23:10 |