Problem with TopMenu on IE

  • abambace
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago #31691 by abambace
Hi,

I changed the template font, and the TopMenu has some issues but only on IE: it works perfectly on Firefox and Chrome but on IE the menu layout is messed (you can see in the pic I attached).
Any idea to solve the problem? The website is www.abtest.netsons.org/prova3




Thanks

Andrea
Attachments:

Please Log in to join the conversation.

More
11 years 8 months ago #31696 by ivan.milic
which IE are you talking about if <9 then policy is just to be able to function because that are relay ????? browsers are even ms itself does not sport them

Please Log in to join the conversation.

  • abambace
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 8 months ago - 11 years 8 months ago #31699 by abambace
Replied by abambace on topic Problem with TopMenu on IE
Im talking about the last version, IE 10. I noticed 80% people that connect on my others websites use (unfortunately) IE. So, i have to optimize my website on IE. Any solution?
Last edit: 11 years 8 months ago by abambace.

Please Log in to join the conversation.

More
11 years 8 months ago #31703 by ivan.milic
Add this script block at end of head tag section in index.php of template

<script>
jQuery(document).ready(function(){
if(jQuery.browser.msie && jQuery.browser.version == 10){
jQuery("#nav ul").css({
'position':'relative',
'top':'+30px',
'left':'-1px'
});
}
});
</script>

Please Log in to join the conversation.

Time to create page: 0.158 seconds
Powered by Kunena Forum