Image Map Question

liunx

Guest
Hi!<br />
I have an image map on my site, and I want to make it so that when you mouse over a link on the map, another smaller menu pops up with sub-categories. A good example of this is TeamNicole.com (<!-- m --><a class="postlink" href="http://www.teamnicole.com">http://www.teamnicole.com</a><!-- m -->)<br />
I viewed the source code on that site to try to figure it out, but I'm still confused. I'd really appreciate any help you can give me. Thanks so much!<br />
Sincerely,<br />
Heather<!--content-->www.dhtmlcentral.com look for coolmenus script.<!--content-->here's a couple more<br />
<br />
image map popup menu (<!-- m --><a class="postlink" href="http://www.hotscripts.com/Detailed/13360.html">http://www.hotscripts.com/Detailed/13360.html</a><!-- m -->) <br />
<br />
and hotscripts (<!-- m --><a class="postlink" href="http://www.hotscripts.com/JavaScript/Scripts_and_Programs/Navigation/Menus/">http://www.hotscripts.com/JavaScript/Sc ... ion/Menus/</a><!-- m -->) has quite a few menu scripts<br />
<br />
team nicole uses a onmouseover popup menu, they also use image map, you can see this from this line that they use:<br />
<br />
<area onMouseOver="Popup('t',event,'Pictures')" onMouseOut="cFrame.tHideAll()" shape="rect" coords="59,4,107,17" href=http://www.htmlforums.com/archive/index.php/"pictures/index.php"> <br />
<br />
it'll be easier to use one of the Download <!--more-->able scripts as they will have instructions on how to do it :)<!--content-->Hi <br />
Thanks for replying so quickly!<br />
What I want is for the original map to be an image map, but the mouseover menu to be a text box, preferably with that cool translucent background. I've searched everywhere, and I found a couple of scripts that seemed promising, but I can't get them figured out for the life of me. :/<!--content-->
 
Back
Top