News

AFAIK, CSS cannot affect the DOM tree. So, display: none just says the element should not be displayed, not that it should cease to exist. Style/structure separation and all that.
Add the following code to the div's tag definition:style="height: 100%"This property forces the navigation panel to render at 100 percent of the page's height, so the panel stretches to the bottom ...