OK, I've done this countless times, but I'm apparently having a brain fart.
Can anyone refresh my memory on how to display a second level ul horizontally rather than vertically? (used as submenu on :hover)
Here's what I've been trying...
Code:#cmd ul li ul { left:-999em; } #cmd ul li:hover ul { display:inline; left:auto; }



Reply With Quote


Bookmarks