Problem with sub-menu in IE7

  • thespoon
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago - 12 years 8 months ago #9762 by thespoon
Hi
May you please help me?
Today I discovered I have a problem with IE7.
All sub-menus (in the picture: gallery, eventi, tecniche,ecc) are not exactly under their menu but they are shifted a little bit on the right...

Attachment untitled.JPG not found




The picture is taken with IE8, there's not the problem.
All browsers work fine, I have the problem only with IE7 and in local using IE.
How can I solve it?

My web site is www.alfredosestito.com

Thank you very much for your support.
Alfredo
Attachments:
Last edit: 12 years 8 months ago by thespoon.

Please Log in to join the conversation.

  • thespoon
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #9771 by thespoon
Hi,
I found a pc with IE7, the problem is this one:




I have also an other problem with all browsers:



What can I to avoid the menus go in a second row while zooming?

Thanks in advance.
Attachments:

Please Log in to join the conversation.

More
12 years 8 months ago #9780 by ivan.milic
You can add IE conditional, but it must be added in style block in head section of index.php of template just before </head>:

...

<!--[if lt IE 8]>
<style type="text/css">
#nav UL{
margin-left:-78px;
}
</style>
<![endif]-->

</head>
<body>....

Please Log in to join the conversation.

Time to create page: 0.304 seconds
Powered by Kunena Forum