Hi All,
My problem is that I cannot work out how to make the masterpage Content Section's 'contentplaceholder' scrollable. In addition to this if I change the screen resolution or view in different browers everything gets stretched and/or misaligned.
Basically I want the left ad panels, banner and footer sections to remain static across the whole website and only the content section to change as each new page is loaded into it. However, if the content page has a lot of text/images etc I want that section to be scrollable, and only scrollable where there is an overflow on the content sections height. At the moment the content panel grows and pushes my footer off the bottom of the page.
I am calling this page using a javascript (window.open()) method with scrollbars=no. Because i don't want any scrollbars to entire page. I need scrollbars only to the ContentPlaceholder.
I used the DIV tag but it is also not working. Please help me in this regard.