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?