View Full Version : multiple background in two-column css


whiteimoth
06-24-2004, 11:40 PM
how do i put up a background image on column 1 (menu), and then a different background image in column 2 (content)?it's a css layout.

kittycat
06-25-2004, 02:59 AM
To each the menuu and content sections add
background-image: url(bgimage.jpg);

whiteimoth
06-26-2004, 02:51 AM
i have another question now, do i replace url with the url for the image or leave it there?

whiteimoth
06-26-2004, 02:58 AM
when i left the 'url' part in it didn't work

Vicki.
06-26-2004, 03:03 AM
It should have, you need to replace the bgimage.jpg part with your image URL and leave the 'url' in place.