Top Menu Has a space in IE9

More
14 years 3 months ago - 14 years 3 months ago #11637 by JTGlenn1
I can't find the parameter that handles the float or margin between the main menu item and it's dropdown items. I'm sure this is something that I modfied when I changed the font size, but I can't figure it out now that I noticed there is a space with viewed with IE9. Firefox and Chrome work fine.

Last edit: 14 years 3 months ago by JTGlenn1.

Please Log in to join the conversation.

More
14 years 3 months ago #11643 by ivan.milic
add this style block with IE conditional in head section of index.php of template:


<!--[if IE 9]>
<style type="text/css">

#nav > ul {
margin-top:-1px;
}

</style>
<![endif]-->

Please Log in to join the conversation.

More
14 years 3 months ago #11649 by JTGlenn1
Thanks for your help.
I tried your suggestion, but it didn't fix. However, the info you provided helped me figure out what to change in the styple sheet.

Thanks again for fantastic support.

Please Log in to join the conversation.

Time to create page: 0.233 seconds
Powered by Kunena Forum