is this possible? My CSS isn’t bad, but I can’t cannot wrap my hear around this. I want to use a background image behind a header, but I want the header to “knock out” the background image leaving the background either side. I hope that makes sense.
I’ve made a fiddle incase anyone wants to have a bash…Thanks!
The easiest way of doing this is with
border-image. See your updated fiddle here.Here’s the CSS for it (multiple browsers):
I generated this code with Border-Image.com (because writing this yourself is confusing as all hell :P).