如何对div的边框应用渐变?
如何使用 CSS 将渐变应用于 div 的边框?请举任何一个例子。我尝试过使用谷歌,但无法做到。
How can I appply gradient to the border of a div using CSS ? Any one example please. I have tried using google, but not able to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
诀窍是使用包装器并为其添加背景图像,因此它是 IE7+ 的
实时 JsBin 上的示例
the trick is to use a wrapper and had an background image to it, so it's IE7+ proof
live example on JsBin
http://jsfiddle.net/nicktheandroid/b875w/1/
看看我的演示,我我正在尝试让渐变仅位于右边界,而不是其他边界。
http://jsfiddle.net/nicktheandroid/b875w/1/
check out my demo, i'm in the process of trying to get the gradient to only be on the right border, not the others.