Page 1 of 1

[solved] RTL (right to left) menu

Posted: Mon Mar 07, 2011 6:28 am
by karnbo
Hi folks.

I want to create a menu that is aligned to the right rather than to the left. I've searched the net and tried different solutions but without success.
Please advice me, is it possible to do it in CMSMS and if so, how can it be done!?

Cheers
karnbo

Re: RTL (right to left) menu

Posted: Mon Mar 07, 2011 7:01 am
by Wishbone
Two ways.. Use 'float: right' instead of left for your menu. Or organize your pages backwards.

Re: RTL (right to left) menu

Posted: Sun Mar 13, 2011 2:14 pm
by karnbo
Thanks Wishbone

cant really find the text you mention. Using version Bora 1.9, so planning to upgrade to latest version 1.9.4 before diving too deep into the problem (just in case it is a version problem).

My menu is really quite plain. The line in the menu menager is:
{menu number_of_levels="1" excludeprefix="advertisers,writers"}

That's it... I'll be back when I've tried with the latest version... I'll leave the issue open till then.

Thanks again.

Re: RTL (right to left) menu

Posted: Sun Mar 13, 2011 3:21 pm
by Wishbone
If you're using a horizontal menu, it's likely that you are using float:left in your menu CSS. Change it to float:right. If you post the URL, I might be able to help.

Re: RTL (right to left) menu

Posted: Sun Mar 13, 2011 5:26 pm
by RonnyK
I remember a post that did a change in the order... So Menu was called, but the order was reversed....

Dont know the link so quickly... Might check later..

Ronny

Re: RTL (right to left) menu

Posted: Sun Mar 13, 2011 5:46 pm
by Nullig

Re: [solved] RTL (right to left) menu

Posted: Mon Mar 14, 2011 9:08 pm
by karnbo
Thanks. Yes. Played around a bit with the stylesheet and this seems to be the way forward. Thanks.

Re: [solved] RTL (right to left) menu

Posted: Mon Mar 14, 2011 9:27 pm
by Wishbone
What method did you use?