Posted: Sun Mar 01, 2009 4:59 pm Scrolling region in Dreamweaver Template
I am trying to make a template in Dreamweaver. The people want the height of the page to be limited so you don't have to scroll. So They wanted the content part of the page to scroll. So I need to make that editable region be able to scroll. What is the easiest way to do this? I am not schooled on html or css (this is why I have Dreamweaver) :?
sticks464
Joined: 31 Dec 2006
Posts: 2625
Posted: Sun Mar 01, 2009 6:19 pm
You can make a main container 100% height, a content container inside the main container with a set height and overflow set to auto on the content container. It's very hard to meet the requirements with users having different size viewscreens and using different resolutions.
Maybe something like this http://www.pmob.co.uk/temp/1colcentred.htm but with the width set at a percentage so content will expand horizontally on different size screens, with content scrolling in the center section.