How to bottom-align submenu image

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mfindlay
Super Advanced
Super Advanced
Posts: 38
Joined: Mon Jun 28, 2004 5:00 pm

How to bottom-align submenu image

Post by mfindlay »

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!
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Try setting subimageposition to bottom.

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

Like this:

Code: Select all

subimageposition="bottom";
or

Code: Select all

aI("subimageposition=bottom;");
-- Andy
Post Reply