Negative Margins on a fixed navlist

Annoyed

New Member
So basically what I have is a main container div with all of the content. I want a fixed vertical nav list to appear at the side of the container.The problem appears when I resize the window to look at different resolutions. I'm using a fixed width in my container of about 1024px right now with a min-width of 1200px but it still cuts off part of the fixed navlist becuase I'm using a -125px margin on the nav container to get it outside of the content container.Here's what it looks like normal
L25as.jpg
Then when resized down and the min-width I have set kicks in
dZz4t.jpg
Here is the code of the nav .nava { float:left; position:fixed; margin-left:-125px; text-align:right; }
 
Back
Top