[SOLVED] submenu lines out wrong
Posted: Thu Jan 02, 2014 4:07 pm
I want my submenu to line out with its parent when hovering the parent.
But it lines out with ul.primary-nav in stead.
What did I do wrong?
Code: Select all
.menu ul ul {
display: none;
position: absolute;
top: 0; /*3px for a little bump down for second level ul */
left: 100%; /* keep left side of this ul on right side of the one it came out of */
min-width: 10em;
background-color: #8BC542;
z-index: 999;
}
What did I do wrong?