Viewing 1 replies (of 1 total)
  • Style it like this:

    .sub-menu .submenu {
    display:none;
    position:absolute;
    left:80px;
    background:#fff;
    z-index: 99999;

    }
    li > .submenu .submenu:hover {
    display:block;
    }

    Play around with that a little bit, it should get you started anyhow.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Styling Sub Menu – Can't Work Out 3rd Level (P>C>C) Styling’ is closed to new replies.