WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Ogierini on August 15, 2009, 02:28:39 PM

Title: IE 8 shows menu wrongly
Post 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.


Code: [Select]
       <!-- Navigation Level 0 -->
                

        <!-- Navigation Level 1 -->
        <div class="nav1">

            <?php show_menu2(2SM2_ROOTSM2_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(1SM2_ROOTSM2_ALL,SM2_ALL,&#39;<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]-->}]&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;); ?>

          </ul>

        </div>
Should I change the menu? Can anywone help out?





[gelöscht durch Administrator]
Title: Re: IE 8 shows menu wrongly
Post by: albatros on August 15, 2009, 05:41:59 PM
Hi,

no real solution, but a quick help could be
Code: [Select]
<meta http-equiv="X-UA-Compatible" content="IE=7" />
hth

Uwe
Title: Re: IE 8 shows menu wrongly
Post by: Ogierini on August 16, 2009, 01:24:26 PM
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
Title: Re: IE 8 shows menu wrongly
Post by: albatros on August 16, 2009, 07:51:12 PM
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
Title: Re: IE 8 shows menu wrongly
Post by: Ogierini on August 17, 2009, 08:35:31 PM
Well clever it is, hopes it helpes others as well!