"Bottomless" webpages
mrs_merriman (26 points) | Fri, 2006-06-09 23:02Help! How do I create a "bottomless" page in Dreamweaver so that when more content is added, you are able to just keep scrolling? For an example, check out http://www.laineygossip.com.






umm. don't define the height? just define the width of the div using CSS.. you use CSS for your site, right?
You could just create a Background image = the width of the site, and then reapet it vertically. That should do it. I don't know much, but this would be my solution.
--designer wannabe--
I have tried not defining the height, but it still leaves a space at the bottom.
Do you have an example we can see of the problem you're having?
You might want to make sure that you have your CSS set to
padding:0px;
border:0px;
bottom:0px;
Or whatever resolution you need for the resolution you're trying to get.
Also make sure that your background-image has no space around it.
Life's too short to sleep.