Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:23

Easy Image question...


Poster: ndeklotz
Dated: Monday June 21 2004 - 21:33:27 BST

Is there a demo or example around that shows a rollover effect for the main menu? I've tried searching and am getting hundreds of results but nothing I can make sense of.

I've tried

aI("image='/images/menu_1_a.gif';showmenu=menu2;");

but I'm getting a broken image...

How would I implement the following?
static image= menu_1_a.gif image height=23 image width=198
rollover image =menu_1_b.gif image height=23 image width=198
and a url=#

into the context of the aI line?

Any help would be greatly appreciated...

Nathan


Poster: John
Dated: Monday June 21 2004 - 22:13:21 BST

See http://www.milonic.com/menusample17.php and http://www.milonic.com/forum/viewtopic.php?t=2981.


Poster: Maz
Dated: Monday June 21 2004 - 22:15:51 BST

You almost had it, don't use any quotes in aI string.


Quote:

aI("image='/images/menu_1_a.gif';showmenu=menu2;");



should be:

Quote:

aI("image=/images/menu_1_a.gif;showmenu=menu2;");



maz

Thank You


Poster: ndeklotz
Dated: Monday June 21 2004 - 22:55:53 BST

I looked at the examples in the drop-down menu, only to just realize that there was a scroll bar in the drop-down and more examples under the Image Based Samples...

:?

Thanks for your patience...and help