-
AuthorPosts
-
mambolearn Friend
mambolearn
- Join date:
- January 2006
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
January 7, 2009 at 8:50 am #136818Hello Dears,
I have a problem in RTLing the moo_menu (css_menu as well)
When I change the direction and text align, the menu comes to right but a scroll is created for the page and all the child menus go to a far destination in left (pic1.jpg attached). When I move my mouse on parent menu, child menu comes in its right place, otherwise the situation is what I mentioned.
Thanks in advance
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 9, 2009 at 7:01 am #285545Dear mambolearn !
Please send live url of your site , i need it to have a closer look on the problem.
1 user says Thank You to Sherlock for this useful post
mambolearn Friendmambolearn
- Join date:
- January 2006
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
January 16, 2009 at 2:10 am #286715Hello dear Hainn84,
Thanks for your attention.
You can see it here: http://kabirmed.com/newsletter.html
Believe me or not, I have asked this question in more than 6 famous joomla forums but no one could solve it yet.
Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 16, 2009 at 4:15 am #286719Dear mambolearn !
I think that you need replace “direction:rtl;” with “text-align:right;”
Please open template.css file , find following code section at about line 8 :
body {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
direction:rtl;
font-family:tahoma;
line-height:1.5;
}
and change to :
body {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-family:tahoma;
line-height:1.5;
text-align:right;
}
1 user says Thank You to Sherlock for this useful post
mambolearn Friendmambolearn
- Join date:
- January 2006
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 8 times in 1 posts
January 16, 2009 at 8:53 am #286762Oh my GOD….you did that
thank you very much dear hainn84.
I always when RTLing a template put (text-align:right) and (direction:rtl) for the body tag and this causes the problem for moo menu.
I simply removed (direction:rtl) and instead I put it for #ja-wrapper and everything is ok.Just in IE some pixels are added in right side of the page. (to the whole page)
I sent 2 thanks for you. But I couldn’t find ‘Mark the best answer’. where is it?
Thanks a lot….
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 19, 2009 at 4:22 am #287030Dear mambolearn !
Please try again ! Now , “best answer’ is avaiable for this forum 😀
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Sherlock 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
problem with RTLing Moo_menu
Viewing 6 posts - 1 through 6 (of 6 total)