[56K warn] Two backgrounds, one repeated and one fixed?
Moderator: General Moderators
Re: [56K warn] Two backgrounds, one repeated and one fixed?
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?
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.
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?
Oh my gosh!!! I am SUCH a silly goose...
I looked at it again, and I feel really stupid.
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
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>That was my problem! And your definatly my bestfriend!! Thanks a million <3
Re: [56K warn] Two backgrounds, one repeated and one fixed?
Glad yo have your images now 