I have a webpage which is big enough to be scrolled down. I want to divide my body element like so:
- 1/4 (possibly less) of the body section on the left should be an image. If the image itself doesn't cover the page's height i should have more images just like it below it.
- 2/4 of the page should retain its original background-color property so that the content (which is centered) is clearly visible.
- The remaining 1/4 of the page should be just like i described in the first dot.
If i use the background-image property for my body section i get images that stack on one another, when i actually want them to be as i described, from left to right, and covering the entire height of the page.
Any help is appreciated.