PDA

View Full Version : HTML vertical autoscale



Markgoessens
February 14th, 2006, 10:13 AM
There I am with a simple question for most people.
I prefer flash, but I have to make a HTML-website.

http://www.markgoessens.nl/niveautv
You see on this simple site 3 buttons. Beneath the buttons you see information. In this case a picture. The page is nut completely filled with information. But when you click on another button, the page is full with information.

Now my question is: What can I do to autoscale the vertical size of my page. So, that there is no empty place?

Maybe an other question. Is there a possebility to have only 1 scrollbar left instead of 2 scrollbars?

bwh2
February 14th, 2006, 10:16 AM
don't use iframes.

Markgoessens
February 14th, 2006, 10:19 AM
don't use iframes.

But what else? Do I have to work with a normal frameset?

bwh2
February 14th, 2006, 10:24 AM
But what else? Do I have to work with a normal frameset?
no frames needed. right now, you probably have 4 html files:
1) index.html (contains header, navigation and iframe)
2) welcome
3) afleveringen
4) contact

just make that 3 html files, all containing the header and navigation:
1) welcome
2) afleveringen
3) contact

Markgoessens
February 14th, 2006, 10:34 AM
no frames needed. right now, you probably have 4 html files:
1) index.html (contains header, navigation and iframe)
2) welcome
3) afleveringen
4) contact

just make that 3 html files, all containing the header and navigation:
1) welcome
2) afleveringen
3) contact

Okay, thanks...i'm going to try it now

Markgoessens
February 15th, 2006, 10:59 AM
Yes, it works. Thanks for your help