- Posts: 5
- Thank you received: 0
Re: Hot Relief_IE7_RTL_Menu
-
sadra
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago #8556
by sadra
Hot Relief_IE7_RTL_Menu was created by sadra
Hi,
Every thing is ok with this template for me, but When I Choose my text direction on right to left mode the top menu hide in IE7. Its work without problem in IE8,9, Chrome, Firefox
paya-company.com
Every thing is ok with this template for me, but When I Choose my text direction on right to left mode the top menu hide in IE7. Its work without problem in IE8,9, Chrome, Firefox
paya-company.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8578
by ivan.milic
Replied by ivan.milic on topic Re: Hot Relief_IE7_RTL_Menu
Hi,
add this in index.php of template just before </head>:
<!--[if lt IE 8]>
<style type="text/css" >
#nav{
left:0px;
}
</style>
<![endif]-->
add this in index.php of template just before </head>:
<!--[if lt IE 8]>
<style type="text/css" >
#nav{
left:0px;
}
</style>
<![endif]-->
The following user(s) said Thank You: sadra
Please Log in to join the conversation.
-
sadra
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 7 months ago #8584
by sadra
Replied by sadra on topic Re: Hot Relief_IE7_RTL_Menu
thanx:)
it works now on IE7 but sub-menu's are not opens in true direction!
it works now on IE7 but sub-menu's are not opens in true direction!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8588
by ivan.milic
Replied by ivan.milic on topic Re: Hot Relief_IE7_RTL_Menu
Hi,
modify code I sent you as this:
<!--[if lt IE 8]>
<style type="text/css" >
#nav, #nav > LI > UL{
left:0px;
}
</style>
<![endif]-->
modify code I sent you as this:
<!--[if lt IE 8]>
<style type="text/css" >
#nav, #nav > LI > UL{
left:0px;
}
</style>
<![endif]-->
The following user(s) said Thank You: sadra
Please Log in to join the conversation.
-
sadra
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 7 months ago #8592
by sadra
Replied by sadra on topic Re: Hot Relief_IE7_RTL_Menu
It better now but still have problem in sub-menu's:)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago #8606
by ivan.milic
Replied by ivan.milic on topic Re: Hot Relief_IE7_RTL_Menu
???
it looks same in IE7 as in chrome?
it looks same in IE7 as in chrome?
Please Log in to join the conversation.
Time to create page: 0.162 seconds