Re: Multiple Background Images

Staffan Måhlén wrote:

>On 28 Oct 2004 at 10:51, Lachlan Hunt wrote:
>
>  
>
>>This is in response to Hixies latest log entry, "Multiple Background Images"
>>http://ln.hixie.ch/?start=1098915335&count=1
>>
>>    
>>
>>>Given the following hypothetical CSS3:
>>>
>>>body { background: url(foo) url(bar); }
>>>
>>>Which background is painted on the bottom, and which is painted on the top?
>>>      
>>>
>
><snip />
>
>I would probably first ask: how will an author set say size or opacity of one of those 
>background-images?
>
> /Staffan
>
>  
>
Good question. With the current offerings, I'd say background-size [1] 
and PNG Alpha Channels [2].

[1] http://www.w3.org/TR/2002/WD-css3-background-20020802/#background-size
[2] http://www.w3.org/TR/PNG/#4Concepts.Implied-alpha

Received on Friday, 29 October 2004 00:55:27 UTC