My question is similar to this question: Arrow Box with CSS But instead of only 1 box I need to align several boxes. And still be able to see the arrow on all boxes.
In
Just add a margin to the arrow...
margin
.arrow { float: left; width: 128px; height: 100px; background-color: #f0f0f0; border: 1px solid #999; position: relative; margin-right: 15px; }
http://jsfiddle.net/LHHzt/11/
Or change z-index to display above if you want them to overlay
z-index