I’m having the same problem. The referenced tutorial says:
The menu itself is controlled by:
#menu {
background: #fff;
border-left: 1px dotted #ccc;
border-top: solid 3px #e0e6e0;
padding: 20px 0 10px 30px;
position: absolute;
right: 2px;
top: 0;
width: 11em;
}
Then it says to move the menu down simply change the valur of “top” to a number greater than 0. When I put in any number other than 0 the menu drops down below the footer (but still in the right column). How can I fix this?
Thanks