如何对div的边框应用渐变?

发布于 2024-12-01 16:54:24 字数 55 浏览 1 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

魔法唧唧 2024-12-08 16:54:24

诀窍是使用包装器并为其添加背景图像,因此它是 IE7+ 的

<span class="buttonWrapper">
   <input type="button" value="Submit" />
</span>

实时 JsBin 上的示例

the trick is to use a wrapper and had an background image to it, so it's IE7+ proof

<span class="buttonWrapper">
   <input type="button" value="Submit" />
</span>

live example on JsBin

墨洒年华 2024-12-08 16:54:24

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文