【发布时间】:2016-03-11 06:47:46
【问题描述】:
如何从 Chrome 中获得以下效果以在 Firefox 和 IE 中工作?
HTML
<a class="button-style">Evil Whales</a>
CSS
.button-style
{
background: linear-gradient(to bottom,
rgba(129,232,117,1) 0%,
rgba(129,232,117,1) 50%,
rgba(62,179,48,1) 51%,
rgba(62,179,48,1) 100%);
border-image: linear-gradient(to bottom,
rgba(155,156,157,1) 0%,
rgba(246,249,252,1) 100%) 25 30 10 20 repeat;
border-image-repeat: stretch;
border-width: 4px;
}
【问题讨论】:
标签: css internet-explorer firefox