WillisTi
12-30-2005, 11:58 AM
Hi,
I need to enhance this current website (http://www.contemporarymultimedia.com/Salon%20Potential/index.htm) and make it less bland and brown apparently.
I was thinking of adding a background image of a flower in the content_bg div:
div#content_bg {
float: left;
margin: 0 auto;
width: 727px;
background: transparent url(content_bg.gif) 0 0 repeat-y;
}
However I already have an image there which is my border which goes around the content. Is there a way where I can have two backgrounds: in the same div or is there an easier way of doing this?
Thanks
I need to enhance this current website (http://www.contemporarymultimedia.com/Salon%20Potential/index.htm) and make it less bland and brown apparently.
I was thinking of adding a background image of a flower in the content_bg div:
div#content_bg {
float: left;
margin: 0 auto;
width: 727px;
background: transparent url(content_bg.gif) 0 0 repeat-y;
}
However I already have an image there which is my border which goes around the content. Is there a way where I can have two backgrounds: in the same div or is there an easier way of doing this?
Thanks