Hi I have a javascript expanding menu in the left column div of my page, now when the menu is expanded it expands downwards appearing over the footer at the bottom of the page. Is there a way I can set the footer to move down in this case? thanks
IF the menu's container does not have an explicit height set, and, assuming such container is floated, the footer has its clear property set, then the footer should be pushed down. Impossible to diagnose your particular situation without a link to the site in question so we can analyse it.
Bookmarks