We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30235
    • 5 Posts
    Tja. Eindelijk het flyout menu aan het werken blijkt in dat in IE7 de menu’s waar een sub menu onder horen te hangen niet getoont worden. huh
    Het lijkt me in de class="hide" te zitten.

    Iemand een idee?

    Ik zal de code hieronder toevoegen:

    <div class="menu">
    <ul>
    <li class="active"><a href="http://www.creko.nl/www/" title="Home">Home</a></li>
    <li><a class="hide" href="/www/index.php?id=2" title="Blog">Blog</a>
    <!--[if lte IE 6]>
    <a class="sub" href="/www/index.php?id=2" title="Blog">Blog
    <table><tr><td>
    <![endif]-->
    <ul>
    <li class="hide"><a href="/www/index.php?id=59" title="Thermen Bussloo">Thermen Bussloo</a></li>
    </ul>

    <!--[if lte IE 6]>
    </td></tr></table>
    </a>
    <![endif]-->
    </li>
    <li><a href="/www/index.php?id=60" title="Beurs">Beurs</a></li>
    <li><a href="/www/index.php?id=51" title="Foto’s">Pictures</a></li>
    <li><a class="hide" href="/www/index.php?id=47" title="Welzijn">Welzijn</a>
    <!--[if lte IE 6]>
    <a class="sub" href="/www/index.php?id=47" title="Welzijn">Welzijn
    <table><tr><td>
    <![endif]-->
    <ul>
    <li><a href="/www/index.php?id=48" title="Voeding">Voeding</a></li>
    </ul>

    <!--[if lte IE 6]>
    </td></tr></table>
    </a>
    <![endif]-->
    </li>

    <li><a class="hide" href="/www/index.php?id=32" title="Links">Links</a>
    <!--[if lte IE 6]>
    <a class="sub" href="/www/index.php?id=32" title="Links">Links
    <table><tr><td>
    <![endif]-->
    <ul>
    <li><a href="/www/index.php?id=52" title="Beurs">Beurs</a></li>
    <li><a href="/www/index.php?id=54" title="Gezondheid">Gezondheid</a></li>
    <li><a href="/www/index.php?id=62" title="Hardlopen">Hardlopen</a></li>
    <li><a href="/www/index.php?id=63" title="Smartphone">Smartphone</a></li>
    <li class="last"><a href="/www/index.php?id=61" title="Rest">Rest</a></li>
    </ul>
    <!--[if lte IE 6]>
    </td></tr></table>
    </a>
    <![endif]-->
    </li>
    <li class="last"><a href="/www/index.php?id=6" title="Contact Us">Contact us</a></li>
    </ul>
    </div>
      • 30235
      • 5 Posts
      Problem solved.

      In de template was de

      <!--[if lte IE 6]>

      <![endif]-->

      voor selectie van de speciale IE6 css weggevallen.