- Posts: 19
- Thank you received: 0
Main menú in IE
-
maicol
Inactive member - Topic Author
- New Member
Less
More
12 years 11 months ago - 12 years 11 months ago #15332
by maicol
Main menú in IE was created by maicol
Good afternoon. Again I turn to you for a problem with the template Flashes in Internet Explorer.
This time the problem is that when you open the site in IE, the main menu (which is the best of the template) is displayed to the top of the web, over the logo is at the top of the page. This does not happen in Safari or Firefox. I leave the link:
www.somainternet.eu/nbc_web/index.php/experiencia
You told me me that the problem could come to install a gallery that conflicts with JQuery. I uninstalled all the galleries except the Simple Image and the error persists.
Is it possible to know what's wrong and fix the problem?
A greeting and thank you very much.
This time the problem is that when you open the site in IE, the main menu (which is the best of the template) is displayed to the top of the web, over the logo is at the top of the page. This does not happen in Safari or Firefox. I leave the link:
www.somainternet.eu/nbc_web/index.php/experiencia
You told me me that the problem could come to install a gallery that conflicts with JQuery. I uninstalled all the galleries except the Simple Image and the error persists.
Is it possible to know what's wrong and fix the problem?
A greeting and thank you very much.
Last edit: 12 years 11 months ago by maicol.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #15349
by ivan.milic
Replied by ivan.milic on topic Re: Main menú in IE
Open layout.css and find this:
.main_container {
margin:10px auto;
overflow:hidden;
}
add relative postioning like this:
.main_container {
margin:10px auto;
overflow:hidden;
position:relative;
}
.main_container {
margin:10px auto;
overflow:hidden;
}
add relative postioning like this:
.main_container {
margin:10px auto;
overflow:hidden;
position:relative;
}
The following user(s) said Thank You: maicol
Please Log in to join the conversation.
-
maicol
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 11 months ago - 12 years 11 months ago #15365
by maicol
Replied by maicol on topic Re: Main menú in IE
Thank you very much! It works perfectly. :laugh:
Thank you very much.
The template has been some problems in IE, but thanks to you we have solved.
A greeting.
Thank you very much.
The template has been some problems in IE, but thanks to you we have solved.
A greeting.
Last edit: 12 years 11 months ago by maicol.
Please Log in to join the conversation.
Time to create page: 0.149 seconds