I’m trying achieve a way to display my images in a particular layout using CSS. I can’t figure how I can do this using CSS.
I’m placing two small images on top of each other and one tall one on the right alongside the small images, the tall image has height equal to the small photos.
Required layout:
┌─────────────┬────────────┐
│ SMALL IMAGE │ │
├─────────────| TALL IMAGE |
│ SMALL IMAGE │ │
└─────────────┴────────────┘
my code is on jsfiddle here : http://jsfiddle.net/VjfGS/
To achieve the desired output with minimal markup changes: http://jsfiddle.net/pratik136/AzyQG
HTML:
CSS: