> Is this possible to do?
>  #content_wrapper{

<SNIP> 

> background: #fff url(../assets/images/left_bg_repeat.gif) 
> repeat-y top left;
>  background: url(../assets/images/right_outer_repeat.gif) 
> repeat-y top 
> right;
> 
> 
> }
> or are you only allowed onebakground per div?
>  I am trying to create a repeating shadow effect on the right 
> and left sides 
> of my outer div as well as have a repeating side column 
> background, but 
> don't want to have to create three separate divs to hold 
> these background 
> images if possible.
>  thanks,
> -- 
> ::Bruce::

Bruce-

I believe you can only have one background image per div, with the last
declared taking precedence. You will indeed have to create individual DIVs
or other elements to hold those background images.

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

Reply via email to