Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Menu child level appears behind parent level Reply To: [Solved] Menu child level appears behind parent level

#175316
Paulie_D
Member

I’m not used to reading in that direction :)

but disabling these two properties


    .main-menu ul li {
        /*position:relative; */
        display:inline;
        float:right;
        /* z-index:4;*/
    }

seems to help…after that I think it’s just positioning.