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?
menu appears when image is rolled over.
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
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

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