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);
For cross-browser support you can try as well imitate a gradient border with :before or :after pseudo elements, depends on what you want to do.
:before
:after