- Posts: 28
- Thank you received: 0
IE 8 & 9 Top Menu Drop Downs are Super Wide
-
kiwikidusa
Inactive member - Topic Author
- Member
Less
More
13 years 2 months ago #11804
by kiwikidusa
IE 8 & 9 Top Menu Drop Downs are Super Wide was created 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!
Any suggestions most welcome!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #11810
by ivan.milic
Replied by ivan.milic on topic Re: IE 8 & 9 Top Menu Drop Downs are Super Wide
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;
}
#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.
-
kiwikidusa
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
13 years 2 months ago #11830
by kiwikidusa
Replied by kiwikidusa on topic Re: IE 8 & 9 Top Menu Drop Downs are Super Wide
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