可以在 Div 边框上添加阴影吗?
Is there a way to get a drop shadow on div borders, using css?
I've created a ribbon effect (see the top, left ribbon here), and I want the drop shadows to apply to the ribbon edges as well.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知。与边框一样,阴影仅适用于元素本身。
我从未见过将 css 样式应用于另一个特定的 css 样式本身。
Not that I'm aware of. The drop shadow, as with the border, only apply's to the element itself.
I've never seen a css style be applied to another specific css style itself.