在带有边框的皮肤中绘制矩形
可以绘制一个带有边框的矩形,该边框出现在左侧、右侧和顶部。 我想要的是一个标签栏,所有内容(内容和按钮)周围都有边框,但按钮和内容之间的边界应该消失。
我认为,最简单的方法是在没有底线的矩形周围绘制边框。
It is possible to draw a rect with a border, which appears left, right and top.
What I want is a tabbar with a border around everything (content and buttons), but the borderline between button and content should disappear.
I think, the easiest way would be to draw a border around a rect without the bottomline.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 CSS“outline”命令。
像这样的东西:
Try using the CSS "outline" command.
Something like this :