Wed, 2011-11-16 21:33
What is the most simple and elegant way to achieve the following one-column layout using CSS2.1/CSS3, so it will look identical in Firefox/Chrome/Opera?
I have a yellow background consisting of 3 images (header.png, repeating middle.png and footer.png) and a red paragraph of text (variable height). I want the text to partially cover the header and footer image (as on the illustration below). The background outside yellow box should be transparent.

How to achieve this? Maybe using multiple backgrounds? Thanks in advance!
Sun, 2011-11-20 00:31
#1
Most elegant way is
Most elegant way is border-image 
Sun, 2011-11-20 01:53
#2
http://www.alistapart.com/art
http://www.alistapart.com/articles/customcorners2/ is bulletproof.