Hi,
I have a background image that shows through the divs in my web page. I have another web site whereby the divs sit on top of the background image but I cannot find the difference between my two web sites.
How do I make it so that the background image is behind the div areas?
This is the CSS code I am using to add the background image:
body {
font-family: Arial, Helvetica, sans-serif;
font-size:87.5%;
background-image:url('../g2v-canadaeast.gif');
}
Thanks,
Matt.