I got a website design with 2 columns. The left column has the navigation piece in it. Now whenever I have a page with a lot of content the navigation (currently in a table) gets pushed down and positions itself somewhere in the middle. I'd like to use a stylesheet to keep the navigation at the top. I added this to my style sheet: Then I add the code to my navigation bar. <p class="sidelink">Navigationbarcode</p> All that is still within the same table. And of course it does not work. My navigation bar still positions itself somewhere in the middle on a page with a lot of content. What am I doing wrong? Thanks. Christoph