WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Ogierini on August 15, 2009, 02:28:39 PM
-
Hi guys,
The website I made a while ago shows it's menu wrongly in IE 8
http://www.partytotaalservice.nl is made with multiplex 3
It seems that the dropdown menu under al ink is shown as a normal menulink, to many links int this menu and the links fall underneath it.
For those who don't have IE 8, here's a picture of the wrong menu.
<!-- Navigation Level 0 -->
<!-- Navigation Level 1 -->
<div class="nav1">
<?php show_menu2(2, SM2_ROOT, SM2_START); ?>
</div>
</div>
<!-- A.2 HEADER MIDDLE -->
<div class="header-middle">
<!-- Site message -->
<div class="sitemessage">
<h1></h1>
<h2></h2>
<h3></h3>
</div>
</div>
<!-- A.3 HEADER BOTTOM -->
<div class="header-bottom">
<!-- Navigation Level 2 (Drop-down menus) -->
<div class="nav2">
<!-- Navigation item -->
<ul>
<?php show_menu2(1, SM2_ROOT, SM2_ALL,SM2_ALL,'<li>[a][menu_title]
[if(class==menu-expand){<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>}]
[if(class!=menu-expand){</a>}]
[if(class!=menu-last){</li>}]
[if(class==menu-last){</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->}]','','',''); ?>
</ul>
</div>
Should I change the menu? Can anywone help out?
[gelöscht durch Administrator]
-
Hi,
no real solution, but a quick help could be
<meta http-equiv="X-UA-Compatible" content="IE=7" />
hth
Uwe
-
Thanks a Lot Uwe!
It worked, so the menu is now working as it should.
Does the comment say, if IE 8 show as in IE 7?
Kind regards Irene
-
Does the comment say, if IE 8 show as in IE 7?
Hi Irene,
yes, that's right. I found it in a post by Ruud some weeks ago and bookmarked it very quickly. :-D
Best regards
Uwe
-
Well clever it is, hopes it helpes others as well!