topical media & game development
basic-web-html-08-ch08-eg08.css / css
/* style sheet demonstrating the background-image property */
body {
background-image: url("basic-web-html-08-images-background-small.gif");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-color: #eaeaea; }
(C) Æliens
20/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.