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)
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.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum