Using web developer 2010 express, I have a vertically fixed banner master page and vertically scrollable content pages. The banner is vertically fixed by using CSS position:fixed, the content pages are position:relative. The problem is that when I fixed the banner on the master page, the entire page is no longer fully resizable. The width of all content is centered and 970px(for mobile)wide. Prior to making the banner fixed on the master page, the complete page would resize and horizontally recenter itself for different browsers and resolutions.
Is there any way to fix the banner vertically and have content pages vertically scrollable and still allow page resizing?
Thanks,
Bob