PDA

View Full Version : Displaying a Long Page in Netscape/ Mozilla ,


fgau1
05-26-2004, 08:46 AM
I'm trying to display the whole, long in height page, in Netscape using CSS. Without using any type of CSS, the page cannot be displayed entirely.
What should i use embedded, linked css? Particularly I wont to view the page, using the body tag, by making the body: 100%. How should I do it and which is best compatible with both Netscape and Mozilla?

ronaldb66
05-26-2004, 12:11 PM
I don't understand your question. If the page (document) is too long to be viewed in it's entirety in the viewport (window) of the browser, then no trick, CSS or otherwise, can make it so. Tampering with the body height will help nothing.
After all, this is what the vertical scroll bar is meant for: to move the document up and down in the viewport (or to move the viewport up and down over the document, if you are so inclined), so all of the document is available to the viewer, albeit not all at once.

Could you elaborate on you initial post?