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:13

How to bottom-align submenu image


Poster: mfindlay
Dated: Tuesday August 24 2004 - 18:10:59 BST

Using Milonic 5.42 registered.

The submenu image is appearing in the middle of the menu item when the menu item has multiple lines.

Is there a way to configure so that on menu items with multiple lines, the image appears on the bottom line?

Many thanks!


Poster: Andy
Dated: Tuesday August 24 2004 - 18:27:54 BST

Hi,

Try setting subimageposition to bottom.

This can go inside a style or inside an aI() string definition.

Like this:

Code:
subimageposition="bottom";


or


Code:
aI("subimageposition=bottom;");


-- Andy