Okay, I've uploaded these two files: FILE 1: http://hpa.strawberry-gashes.net/gift-hype/test2.html FILE 2: http://hpa.strawberry-gashes.net/gift-hype/test.html you will able to see the background in FILE 1, while on the eighther side; you can't (FILE 2). I want the FILE 2 coding... but the porblem is that whenever I try to add "</div>" last div at the bottom, the backround dissapears... And If I use FILE 1, then the background floats at the bottom, as well... I think it's a CSS problem. Can you help, please?
You're not containing floats. Change your rule to add those two declarations. If you care about CSS validation you can set a height, width, or inline-block and with another rule set it back to block to trigger hasLayout. If not, then leave as is.