We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10076
    • 1,024 Posts
    Using FF not all links created by Wayfinder with a basic call [!Wayfinder?startId=`4`!] are active. IE6 and 7 are okay.
    Check,if you like on FF, www.noekdesign.com (concerns a submenu of the button "environments")

    Using Modx 9.5, PHP 4.4, Wayfinder 1.0 (oehps old one I believe?). Still strange no? Works fine in IE. Known issue or just dig deeper myself?

    Anyway here s the part of the subnav that handles the list:

    .navsubcont01 ul { list-style:none; margin:0px; padding:0px ; text-decoration: none;}
    .navsubcont01 a {	display: block; width: 120px;	height: 8px;   margin: 2px;_margin:0px;   padding: 2px;_padding:-2px; border-collapse: collapse; line-height: 8px; text-decoration: none; font-size: 60%;
    }
    
    .navsubcont01 a:hover { text-decoration: none; color: #E77817;
    }
    
    .navsubcont01{ float: right; display: inline; background-color: transparent;  position: absolute; margin-top: 25px; margin-left: 553px; _margin-left: 555px; height: 80px; width: 75px;	text-decoration: none;
    }


    thanks for your time and help, fr.
      • 25663 MODX Staff
      • 12,272 Posts
      Adjust the z-index of the menu higher than that of the content. Your empty breaks to space the stuff down are overlapping the navigation and making them effectively non-clickable.
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 10076
        • 1,024 Posts
        great thanks, worked well. However I am not sure what the empty breaks are? You mean the surrounding containers? White spaces in my CSS?

        Anyway, thanks a lot

        best fr