fantasai wrote: > > 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; > Sorry for the confusing statement on my part, but I meant more like... background: url(notSupported.pdf), url(notSupported.mng), url(shouldBeSupported.png), url(shouldBeSupported.gif), white; where white is always supported...the other backgrounds are not *always*, and as such I could have the *first supported* version work...as intended... |content| allows taht via if a method inside content is not supported, it carries out to the last statement in the content itself, to try and find one which is. ~Justin Wood (aka Callek)Received on Sunday, 29 August 2004 18:32:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 11 September 2008 23:28:36 GMT