Re: [css-d] limitations to sprites?

2013-06-05 Thread COM
On Jun 4, 2013, at 6:25 PM, Philippe Wittenbergh e...@l-c-n.com wrote: So yeah, eventually good for small icons and the like, that are used repeatedly all over the site. As for the size, bear in mind the above about browser memory usage, and then your ability to keep track of them. All

Re: [css-d] linear-gradient

2013-06-05 Thread Barney Carroll
This is one of those cases where the syntax is so convoluted and forked I can never remember it myself — but when I don't have SASS at my disposal I always go to this tool: www.colorzilla.com/gradient-editor/ It even throws in IE filter and svg data-uri polyfills! On Jun 5, 2013 10:58 PM, Angela

Re: [css-d] linear-gradient

2013-06-05 Thread Ben Henick
On 6/5/13 4:57 PM, Angela French wrote: background-image: linear-gradient(to bottom, red, yellow); ...What Barney C. said. But if you're a glutton for punishment, the value syntax is as follows: linear-gradient(angle|keyword, color1 stop1, color2 stop2, ...); Angles are provided in