hi all,
I have a menu bar on the left hand side of my page. This menu bar must remain there for all pages in the website. The problem is that for large pages the menu(which is a simple unordered list) moves around to different positions depending on the page that I am on. Also this menu is inside a table so I do use the help of tables to help me position the menu. This is my css for the leftMenuBar.
Any feedback is much appreciated. Thanks.
I have a menu bar on the left hand side of my page. This menu bar must remain there for all pages in the website. The problem is that for large pages the menu(which is a simple unordered list) moves around to different positions depending on the page that I am on. Also this menu is inside a table so I do use the help of tables to help me position the menu. This is my css for the leftMenuBar.
Code:
#leftMenuBar {
float: top;
width: 10%;
background:#fff;
margin-top: 0.25em;
margin-right: 0.0em;
padding-top: 0;
padding-bottom: 20px;
}
Any feedback is much appreciated. Thanks.