menu appears when image is rolled over.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jpipitone
Beginner
Beginner
Posts: 2
Joined: Wed Jul 30, 2003 7:09 pm

menu appears when image is rolled over.

Post by jpipitone »

I have an old version of Milonic in use at the following URL:

http://www.1beyond.com

As you can see, when one of the top menu items is rolled over, I specify with an onmouseover event which menu to show with this code:

onmouseover=popup("productsmenu") and onmouseout=popdn();

My goal is to do the same here, however instead of images, I am simply rolling over items that are based on a CSS styled list:

http://www.digitonestudios.com/staindefender/index.asp

Is this still possible? Can I call a menu with an onmouseover event with this new version of milonic?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Yes, you can do that.

See the Using The Popup Menu Function positioned by images. http://milonic.com/menusample24.php

Info on the method and function can be found here http://milonic.com/menu_methods.php

I notice you're using list menus, in the menu download there are xtras folders one of which is for a listbased menu and this is a sample for it.

http://milonic.com/listbased/

I don't do much with css, lists or popups :? but perhaps you can figure out how to integrate all of that together.

There is also a very basic 'demo' for css styled menus.

viewtopic.php?t=6392

Hope this helps. If you have anymore questions, don't hesitate to post back.

Ruth
Post Reply