使用 CSS3 / Compass 而不是使用图像创建垂直分隔线
这是我现有的基于图像的菜单项垂直分隔线的屏幕截图(希望您能看到它):
(1) 用自定义 CSS3 样式替换此图像的最佳方法是什么?尺寸为 3x27。
(2) Compass 是否提供垂直分隔线的 mixin?这将是更好的选择,如果是这样,则无需解决 (1)。
Here's a screenshot of my existing image-based vertical divider for menu items (hopefully you can see it):
(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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定指南针是否有这个功能,但你不能使用常规的 css 边框吗? border-right:1px 纯白色然后在最后一个说没有边框。
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.