CSS multiple background images
29th Aug 2005
This funky feature works in Safari and Konqueror: screenshot here. The code looks a bit like this:
body {
.
background-image: url(tigerdisc.png), url(spotlight.png), url(automator.png), url(dashboard.png);
background-position: 50% 40%, 20% 65%, 15% 40%, 20% 15% bottom left;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat-x;
}