How do I create many divs with 100% height?

I need an html document that contains multiple divs with 100% height (screen filling) one below the other.

I tried to apply every 100% height element, but that won't work without crashing and cleaning.

Maybe there is an option with JavaScript? I have no idea.

Please suggest me your solutions.

Chris

+2


a source to share


1 answer


I found this link which shows assignment of 100% height via css. I've tried it in FF3.6 and IE6 and it seems to work, although as with all IE stuff it looks a bit long. HTH



0


a source







All Articles