How to create many div's with 100% height?
- by ChrisBenyamin
I need a html document, that contains multiple div's with 100% height (screen filling) one below the other.
I have tried to apply every element a height of 100%, but that won't work seamless nor clean.
Maybe there is a option with JavaScript? I don't have an idea.
Please suggest me your solutions.
chris