Page 2 of 2

Re: [56K warn] Two backgrounds, one repeated and one fixed?

Posted: Sun Mar 02, 2008 9:39 am
by matthijs
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?

Re: [56K warn] Two backgrounds, one repeated and one fixed?

Posted: Sun Mar 02, 2008 10:47 am
by summerbum
I see no background of any kind. And I opened it as a php, a css and a html document.
None of them worked. It's because computers hate me! lol
I appreciate your help though, it makes me feel a little more sane.

Re: [56K warn] Two backgrounds, one repeated and one fixed?

Posted: Sun Mar 02, 2008 11:03 am
by summerbum
Oh my gosh!!! I am SUCH a silly goose...

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>
I looked at it again, and I feel really stupid. :mrgreen: I didnt upload into my directory so the dot dot dot made it a broken link.
That was my problem! And your definatly my bestfriend!! Thanks a million <3 :wink:

Re: [56K warn] Two backgrounds, one repeated and one fixed?

Posted: Sun Mar 02, 2008 12:04 pm
by matthijs
Glad yo have your images now :)