I can’t seem to figure out how to vertically repeat a background image on a <div>
here’s my code.
http://jsfiddle.net/pedenski/Sw6wB/
what im trying to accomplish here is to put a shadow effect on the side of the page. similar with the http://www.adobe.com/ website. you’d see a shadow border on both sides.
You just have no height for your left and right divs.
See this updated JS fiddle.
I’ve added
height:100px;just to show that it worksand here is a fix for left block(
background-position:top right;and height):