tags:

views:

42

answers:

1

Think of a normal border with a solid color for the left, top and right, but I need to have the left and right fade into a blank bottom. Any pointers on how to implement with cross browser support? Thanks for any help!

+4  A: 

Not with cross browser support, not yet: border-colors is part of CSS 3. You would have to use a background image.

Pekka
+1 Plus, images have cross browser support.
Robert Greiner
Thanks. I was hoping there would be some CSS support for a linear gradient, but oh well.
Matthew Sowders