The image below represents a website layout I am trying to create. The blue section (bottom right) represents an image should be behind the three neighboring elements and overflow them slightly.
I do not know the best way to do this, at the minute I have a wrapper div round the colored sections and put a background image in there but I am not sure if this is the best approach as the wrapper div needs to have a fixed size.
Any suggestions would be very welcome.
this should be what you need…
Your CSS should look something like this:
Your HTML should look something like this:
note: “lorem ipsum”, opacity and min-height added just for show 🙂