CSS3 Gradient Borders
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-26T21:42:58Z
Indexed on
2010/04/26
21:53 UTC
Read the original article
Hit count: 373
I'm trying to apply a gradient to a border, I thought it was as simple as doing this:
border-color: -moz-linear-gradient(top, #555555, #111111);
This does not work, does anyone know what the correct way to do border gradients is.
Thanks.
© Stack Overflow or respective owner