Justin Wood wrote: > >> background: url(base.gif) center center, >> url(floral.gif) bottom right fixed, >> white; >> > ...I guess this rules out a "fallback" mechanic to be added to > background property(ies) similar to the content fallbacks... If you want a single-image fallback for UAs not supporting multiple backgrounds: background: url(fallback.gif) center center white; background: url(base.gif) center center, url(floral.gif) bottom right fixed, white; -- http://fantasai.inkedblade.net/contactReceived on Sunday, 29 August 2004 03:30:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:32 GMT