Here's a screenshot of my existing image-based vertical divider for menu items (hopefully you can see it):

enter image description here

(1) What's the best way to replace this image with a custom CSS3 style? Dimensions are 3x27.

(2) Does Compass offer a mixin for vertical dividers? That would be preferable, and if so, no need to address (1).

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

I believe this is what you are looking for CSS3 Border Gradient. You can create a border with gradient to give it same feel as image you have posted.

link|improve this answer
Also to omit border on the first item one you can use this – jmogera Aug 12 '11 at 14:47
feedback

I am not sure if compass has something for this but couldn't you use regular css borders. border-right:1px solid white then on the last one say dont have a border.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.