Home › Forums › CSS › [Solved] Appying background to floating divs › Re: [Solved] Appying background to floating divs
June 4, 2010 at 5:25 pm
#77049
Participant
Just like you normally would… am I missing the real question?
Code:
#content_left, #content_right, #content_center {
background:url(“/your/image.jpg”);
}