Log in

View Full Version : CSS Left and Right Frames Layout - HELP!



dollarmenuguy
01-30-2007, 09:35 PM
I'm using the CSS Left and Right Frames Layout for my website and I was wondering how to make background images that stay in the two side columns. The Left and Right Frames. I've split a large background into three, one for the left, middle, and right. I was wondering where in the CSS can I put a background tag to display an image there instead of just color. Thanks

BLiZZaRD
01-30-2007, 10:39 PM
Where it says background color: #000000;

Or similar of course... add before that:

background: url(http://yoursite.com/path/to/image.jpg);

If you can post your CSS I could tell you exactly where to put it :)

dollarmenuguy
01-31-2007, 04:44 PM
Much abliged, thank you. It works well.