Hi,
I am building a right to left (Hebrew) site and I would like the sub-menus to open aligned to the right (the default is left alignment). Which parameter controls this feature?
http://www.opencollege.co.il
and the JS files are inside /assets:
http://www.opencollege.co.il/assets/mmenu.js
and:
http://www.opencollege.co.il/assets/menu_data.js
Thank you,
Gil.
Align a sub-menu to the right
First things first. You need to upgrade your code. You're running 5.721 - current is 5.728. Don't forget that all 3 of the menu code files need to be upgraded (just not your _data file).
What you're after is located in the Quick Reference Guides, which you should really get familiar with, located on the main site under the DHTML Menu. openstyle="rtl"; as a menu property will do what you want.
What you're after is located in the Quick Reference Guides, which you should really get familiar with, located on the main site under the DHTML Menu. openstyle="rtl"; as a menu property will do what you want.
John