Since I am using “sliding doors”:http://www.alistapart.com/articles/slidingdoors/ almost always I opt for something like the following:
using images as borders:
border-left-image: url(‘left.png’) repeat-y top left;
background-image: url(‘right.png’);
But multiple backgrounds may provide an even better/cleaner solution. Well, it’s just an idea.