WebsiteBaker Support (2.8.x) > Templates, Menus & Design

IE 8 shows menu wrongly

(1/1)

Ogierini:
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: ---        <!-- 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,&#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>
--- End code ---
Should I change the menu? Can anywone help out?





[gelöscht durch Administrator]

albatros:
Hi,

no real solution, but a quick help could be

--- Code: ---<meta http-equiv="X-UA-Compatible" content="IE=7" />
--- End code ---

hth

Uwe

Ogierini:
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

albatros:

--- Quote from: Ogierini on August 16, 2009, 01:24:26 PM ---Does the comment say, if IE 8 show as in IE 7?
--- End quote ---

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

Ogierini:
Well clever it is, hopes it helpes others as well!

Navigation

[0] Message Index

Go to full version