Hi~ Is it possible to use 2 background images in my css body tag? Currently I have:
body {
text-align:center;
background-image:url(../images/bds_logo.jpg);
background-repeat:no-repeat;
background-position:top center;
background-color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
color:#000;
}
But I'd like to utilize 2 images & have one aligned top left & the other top right. I've played with it a little bit without good results. Is this even possible? I'd rather not create a new div as my site is over 300 pages. I use Dreamweaver & it wouldn't be too difficult to do but I'd do it this way if I can.
Thanks!
