- Posts: 5
- Thank you received: 0
Re: Hot Relief_IE7_RTL_Menu
-
sadra
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago - 13 years 7 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: 13 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
-
sadra
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 4 months ago - 4 years 4 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: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 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.085 seconds