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

align images


Poster: clules
Dated: Wednesday October 22 2003 - 15:41:44 BST

Hi all,

I would like to use the menu as right to left
so I added " openstyle="rtl"; " where needed.

Now I get the arrow gif on the left ( that's good ),
but the image ( rollover or not ) stays in same place
i.e. between text and arrow. ( arrow | image | text )


I would like it to be right to the text.

in this order :

arrow | text | image

How can i do that :?:


Poster: Maz
Dated: Wednesday October 22 2003 - 15:54:20 BST

subimageposition="left";

might be a better solution.

Regards
maz


Poster: clules
Dated: Wednesday October 22 2003 - 16:19:16 BST

thanks maz, but that doesn't help me.

like i said, i dont have a problem with the arrow.gif
The problem is positioning the second image.

I would like it to be right from the text.

like in the images example: ( with using subimageposition="left"; )

aI("text=Autos;showmenu=autos;image=browser.gif;");

this shows the items in the following order:

arrow.gif | browser.gif | Autos

But i want it to be : arrow.gif | Autos | browser.gif

Any idea ?

nobody ???


Poster: clules
Dated: Wednesday October 22 2003 - 22:30:21 BST

:(
Is there anyone here that knows a solution ( if there is one ) ???

Please...


Poster: John
Dated: Wednesday October 22 2003 - 23:50:22 BST

Try imagealign="right";.

See all the properties at http://milonic.com/.


Poster: clules
Dated: Thursday October 23 2003 - 0:01:44 BST

It does nothing. :?

I'm trying it all on the reollover image exapmle :

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
imagealign="right";
aI("text=Home;url=http://www.milonic.co.uk/;status=Back To Home Page;");
aI("text=Milonic;showmenu=Milonic;image=penfold.gif;overimage=penfold_over.gif;");
aI("text=Partners;showmenu=Partners;image=macbook_on.gif;overimage=macbook.gif;");
aI("text=Links;showmenu=Links;image=zippo.gif;overimage=zippo_over.gif;");
}

Is it in the right place ??


Poster: John
Dated: Thursday October 23 2003 - 2:27:12 BST

clules wrote:
Is it in the right place ??

Nope! One reason I suggested you check the Quick Reference guides...

Anyway, it goes in your menu (aI) statements. After all, that's where the images are you want to move, correct? :D


Poster: clules
Dated: Thursday October 23 2003 - 3:50:20 BST

Well then,

I inserted imagealign="right" to the aI statement
that way the menu doesn't show at all.

I even tried it without "" i.e. imagealign=right
and this has no effect at all. ( the menu is shown ).

Can you give me a working example ?


Poster: John
Dated: Thursday October 23 2003 - 4:39:37 BST

Post a URL, as requested.


Poster: Andy
Dated: Thursday October 23 2003 - 10:46:41 BST

try
Code:
imageposition=right


All these new features are in their infancy so might still be buggy or need more work

Cheers
Andy


Poster: clules
Dated: Thursday October 23 2003 - 12:21:31 BST

Thanks

That solved the problem :D

thanks to anyone who tried to help...