Click to See Complete Forum and Search --> : Using image mapping and drop-down linking with other images


SlyFoxem
01-21-2007, 02:18 AM
I am currently working on a small, side project and I believe I need some help.
Since drop-down menus are a part of CSS according to the book I have open on my right, I've decided to post my need of assistance here:

What I wish to do is combine certain portions of my image link mapping with drop menus which lists images that lead to other web sites.
Here is what I currently have thus far:

<map name="links" id="links">
<area shape="rect" coords="0, 14, 111, 41" href="" />
<area shape="rect" coords="0, 49, 111, 74" href="http://www.mozilla.com/en-US/" />
<area shape="rect" coords="0, 79, 111, 122" href="http://www.fileplanet.com/" />
<area shape="rect" coords="0, 136, 111, 161" href="" />
<area shape="rect" coords="0, 173, 109, 231" href="http://www.newgrounds.com/portal/view/323352" />
</map>

The ones in the red font are the ones I would like to have a drop-down menu with images as the menus contents. If anyone could help me I would appreciate it.

KDLA
01-21-2007, 01:05 PM
Do you mean that you want some dropdown menus to appear when the viewer places his/her cursor over a certain section of the image?

KDLA

SlyFoxem
01-21-2007, 04:53 PM
Edit:

I think I've posted this in the wrong place........:eek:

KDLA:

Yes, that's is what I would like to do.