Re: Multiple Background Images

>>>  body { background: url(foo) url(bar); }

.....

>>> Should the syntax be like that, or would something else be better?
>
> Definitely something else. (But what?)

body { background: url(foobar.svg?f=foo&b=bar); }

Of course, we'd need to coordinate with SVG standard
to pass parameters to SVG or XML.
(Is coordination possible with one of these other standards?)

Received on Friday, 5 November 2004 18:14:37 UTC