On Oct 1, 2008, at 10:24 AM, Hedley Finger wrote:

> I would like to add a Gaussian blur drop-shadow to the right and  
> bottom
> edges of the <body> element floating in the middle of the browser
> canvas.  Most of the methods found suggest a massive background image
> displaced diagonally with negative margins.  To avoid downloading a
> large albeit compressed image, is there any way to add a small,
> fast-downloading, repeating image to the right and left sides of an
> element with more than one background image?
>
> I am trying to get around cascading, where a later background-image in
> the CSS file over-rides the first.  Any suggestions welcome!

Future: CSS 3 multiple backgrounds (supported by Safari 3.1+ only,  
atm) [1].

Current: you could attach one background image to the html element and  
one to the body element.

[1] http://www.w3.org/TR/css3-background/#background

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to