2 body tags using css

by "Diane" <diane(at)tein.net>

 Date:  Tue, 2 Sep 2003 11:51:26 -0600
 To:  "HTML Guild" <hwg-basics(at)hwg.org>
  todo: View Thread, Original
Is it possible using css to do a background that is a seamless background
and then another one to go across the top of the page sort of like a
heading?  It isn't working.  I can do this simply using images but wanted to
learn how to do it using css if possible
Thanks
body, {
  background-image: url(gold.jpg);
  background-position: top;
  background-repeat: repeat;

body, {
  background-image: url(black.jpg);
  background-position: top;
  background-repeat: repeat-x;
   background-attachment: fixed;

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA