Thursday, December 30, 2010 (Graceful degradation for the background property)
I’ve found that this set of properties degrades best if you enjoy using RGBA background-color via the background shorthand property. IE7/8 and all the good ones.
.foo { background-color: #000; background: rgba(0,0,0,.6) url(foo.png) 0 0 no-repeat; background-repeat: no-repeat; }Posted in interweb
Powered by WordPress using the Minimal, Really Theme. Inspired by Things