Re: [56K warn] Two backgrounds, one repeated and one fixed?
Posted: Sun Mar 02, 2008 9:39 am
Ok. If you exactly copy-paste the code I gave to a file. Save it on your computer. Open in a browser. What do you see then?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<style type="text/css" media="screen">
body {
background:#ddd url[size=200](http://i230.photobucket.com/albums/ee12 ... ground.gif)[/size] 0 0 repeat-x;
// now you have a repeating img for the body
}
#wrapper {
background:#fff url(http://i230.photobucket.com/albums/ee12 ... wh3ad7.gif) 0 0 no-repeat;
// this will overlap the body one and not repeat
}
</style>