how to generate html elements without increasing page height

sayter

New Member
I'm working on a web page that has multiple pages to display.\[code\]<div class='tab'> <div class='page'>...</div> ... <div class='page'>...</div></div>\[/code\]but the web page's height extends a long way beyond the length of 1 shown page. I'm afraid that what is causing this is that I generate all the elements for each page, and then hide the ones that don't belong to page 1. But I'm not sure how to do this without increasing the height of the page. Can anyone help me out?
 
Top