Within your CSS for a wrapper divide instead of using the following syntax:
height: 800px;
Use the following:
overflow: auto;
This will allow the page to resize automatically when text is added. You can add also add in a height which will act as a minimum however you need to create an IE6 hack which reads the height as min-height.
For more info in IE6 hacks read this blog entry
Wednesday, 12 December 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment