Having created drop-down menus in the past, I didn’t think it would be that difficult to change the code to make a “pop-out” menu, but I haven’t been able to get my second set of list items to appear horizontally. I have specified:
#nav li li {
display: inline;
float: left;
}
but the list items are still displaying vertically. The code can be found in its entirety at http://www.durapropainting.com/draft/index.html.
1 Answer