I've searched around but have not found whether webkit has an equivalent to this:
-moz-border-top-colors: #f4f4f4 #dfdfdf #c8c8c8;
-moz-border-left-colors: #f4f4f4 #dfdfdf #c8c8c8;
....and if there is different syntax.
| SitePoint Sponsor |
I've searched around but have not found whether webkit has an equivalent to this:
-moz-border-top-colors: #f4f4f4 #dfdfdf #c8c8c8;
-moz-border-left-colors: #f4f4f4 #dfdfdf #c8c8c8;
....and if there is different syntax.

Did you google at all? I just plugged that in and I got loads and loads of results.Code:background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc), color-stop(0.3, #eee));
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
What you posted appears to be for backgrounds. I'm looking for borders. Or are you saying that webkits answer to -moz-border is background: -webkit-gradient....

Oh sorry about that lol. Wrong search term
Webkit does not support it - only FF
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Does FF support background gradients?

FF3.6 beta 1 I believe has support for it.
That's it.
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Bookmarks