IE 8 & 9 Top Menu Drop Downs are Super Wide

More
13 years 2 months ago #11804 by kiwikidusa
When testing the site I just finished in different browsers. Of course, IE 8 & 9 gave me problems. But thanks to topics in this forum I fixed those. Now there is one last weird cosmetic top menu problem; they are very very wide! Please look at attached screenshots from IE 8 in Windows XP; Windows 7 and IE 9 are exactly the same.

Any suggestions most welcome!
Attachments:

Please Log in to join the conversation.

More
13 years 2 months ago #11810 by ivan.milic
Check the template parameters for menu width , in template_css.php in:

#nav, #nav ul {
width:<?php echo $menuWidth; ?>px;
}

you get 710 for $menuWidth so it renders like:


#nav, #nav ul {
width:710px;
}
The following user(s) said Thank You: kiwikidusa

Please Log in to join the conversation.

More
13 years 2 months ago #11830 by kiwikidusa
Thanks Ivan I followed your suggestion and hard coded the wide to 182px, now IE displays the menus correctly. Thanks for your support!

Please Log in to join the conversation.

Time to create page: 0.135 seconds
Powered by Kunena Forum