I have a Web page that has a template with a list of menu options on it on the left-hand side of the page. I also have a table with some contents in it next to the menu. I would like the table to stay on the left side of the page next to the menu. However, if I drag the right edge of the browser to make it bigger, the table moves along with it resulting in a gap (whit space) between the menu and the table. How do I make the table stay put on the left side of the page even if I resize the browser to make it bigger?
<table style="width:500px;">
</table>