Hi there, I purchased Avisio a while ago and am just putting a site together now. The problem is that when my client views the template in IE7 the navigation menu shows up down the right hand side and no drop downs are available. This is no good at all as the menu is overlapping the slider. Is there anything I can do to fix this? When I view it on any other browser (IE8, Safari, Firefox etc) it is fine.
Menu in IE7
10 posts from 4 voices-
Posted 1 year ago #
-
Hey,
excuse me for my incredibly delayed response. Could you provide me with a link to your site? I just tested Avisio in my IEtester and it provided no problems in IE7. Are you certain there are no plugins interfering?Posted 1 year ago # -
I am having the same issue with the Broadscope theme navigation menu in IE7. Has a solution been reached?
Posted 1 year ago # -
Hey,
I would ask you to do the same as BTJ, please provide a link to your site and try to deactivate all plugins to check for interference.Posted 1 year ago # -
Here is the link to the site for testing purposes only: http://thinkdm2.com/websites/liam/
I am not running any active plugins.
Thank you in advance for your help.
Posted 1 year ago # -
Hey,
Try to change following code in style.css:#top .avia_mega a{
height:40px;
display:block;
padding:0 21px;
text-decoration:none;
text-align:center;
line-height:40px;
outline:none;
z-index:35;
position:relative;
float:right;
}to:
#top .avia_mega a{
height:40px;
display:block;
padding:0 21px;
text-decoration:none;
text-align:center;
line-height:40px;
outline:none;
z-index:35;
position:relative;
float:left;
}Posted 1 year ago # -
Unless my eyes deceive me, your replacement code matches the original code...
Posted 1 year ago # -
No - the last line makes the difference :)
Posted 1 year ago # -
Damn you eyes! I have been deceived!
Thanks for your help!
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














