- Posts: 5
- Thank you received: 0
Re: Hot Relief_IE7_RTL_Menu
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 6 months ago - 14 years 6 months ago #8638
by ivan.milic
Replied by ivan.milic on topic Re: Hot Relief_IE7_RTL_Menu
Ok try this,
<!--[if lt IE 8]>
<style type="text/css" >
#nav, #nav > LI > UL, #nav > LI > UL > LI{
left:0px;
}
</style>
<![endif]-->
<!--[if lt IE 8]>
<style type="text/css" >
#nav, #nav > LI > UL, #nav > LI > UL > LI{
left:0px;
}
</style>
<![endif]-->
Last edit: 14 years 6 months ago by ivan.milic.
Please Log in to join the conversation.
14 years 3 months ago - 5 years 3 months ago #10411
by sadra
Replied by sadra on topic Re: Hot Relief_IE7_RTL_Menu
Hi! 
sub_sub-menu's should open in left direction,
How can this problem be solved?
sub_sub-menu's should open in left direction,
How can this problem be solved?
Code:
http://paya-company.com/fa/
Last edit: 5 years 3 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 months ago #10423
by ivan.milic
Replied by ivan.milic on topic Re: Hot Relief_IE7_RTL_Menu
Hi,
open template_css.css , and find this:
#nav li ul ul {
left:180px;
margin: 0;
}
change it to this:
#nav li ul ul {
left:-180px;
margin: 0;
}
open template_css.css , and find this:
#nav li ul ul {
left:180px;
margin: 0;
}
change it to this:
#nav li ul ul {
left:-180px;
margin: 0;
}
Please Log in to join the conversation.
Time to create page: 0.217 seconds