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
[solved] RTL (right to left) menu
[solved] RTL (right to left) menu
Last edited by karnbo on Mon Mar 14, 2011 9:04 pm, edited 1 time in total.
Re: RTL (right to left) menu
Two ways.. Use 'float: right' instead of left for your menu. Or organize your pages backwards.
Re: RTL (right to left) menu
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.
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
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
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
Dont know the link so quickly... Might check later..
Ronny
Re: [solved] RTL (right to left) menu
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
What method did you use?