![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all I'm trying to build a small navigation (2 links) within a rollover. So when you mouse over a graphic, the 2 (clickable) links (two new rollovers) appear within the first rollover graphic. I don't know if this is called Image Based Navigation or what is it. I've been trying to search for simple free javascripts that could do the job, without any luck. If you know that answer or could offer some guidance, I'd be eternally grateful and I'll pray for your soul for many moons. All the best. Zorrrro |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Absolutely right. If you go here you can see what I mean. http://www.mindjuicer.com/rollover_conundrum.html |
#5
| |||
| |||
|
|
Absolutely right. If you go here you can see what I mean. http://www.mindjuicer.com/rollover_conundrum.html Cheers Murray! |
#6
| |||
| |||
|
|
Absolutely right. If you go here you can see what I mean. http://www.mindjuicer.com/rollover_conundrum.html Cheers Murray! |
#7
| |||
| |||
|
|
This is what we would call "MYSTERY MEAT NAVIGATION", since you cannot know there are links until you rollover the brain image. That's a usability problem waiting to happen. You can do this in a number of ways - the choice would depend on your layout HTML infrastructure. But consider this thought example - * Create two images, one of the brain, and one of the mouseover image with the links (you already have these) * Place the first image on the page as you have * Place the second image in an absolutely positioned div, and move it so that it is exactly superimposed over the first image * Place your image maps on that SECOND image (the hotspots) * Hide the second image's div container * Select the first image and apply a SHOW/HIDE behavior to it, set to SHOW the second image's div onmouseover * Select the second image and apply a SHOW/HIDE behavior to it to HIDE the second image's div onmouseout I believe this will accomplish what you want. There are better ways to do this (in my opinion) but this one is pretty simple. |
#8
| |||
| |||
|
|
Murray *ACE* wrote: This is what we would call "MYSTERY MEAT NAVIGATION", since you cannot know there are links until you rollover the brain image. That's a usability problem waiting to happen. You can do this in a number of ways - the choice would depend on your layout HTML infrastructure. But consider this thought example - * Create two images, one of the brain, and one of the mouseover image with the links (you already have these) * Place the first image on the page as you have * Place the second image in an absolutely positioned div, and move it so that it is exactly superimposed over the first image * Place your image maps on that SECOND image (the hotspots) * Hide the second image's div container * Select the first image and apply a SHOW/HIDE behavior to it, set to SHOW the second image's div onmouseover * Select the second image and apply a SHOW/HIDE behavior to it to HIDE the second image's div onmouseout I believe this will accomplish what you want. There are better ways to do this (in my opinion) but this one is pretty simple. I'm not thinking logically today. Of course show hide layers would do this. |
#9
| |||
| |||
|
|
SET TEXT would do it too, but that's a step up in complexity. |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |