How to make an image backround fit the screen in the browser ?
I tried my best but i give so i need your help .
thanks .
How to make an image backround fit the screen in the browser ? I tried my best but i give so i need your help . thanks . Proud Hosted by Zarconia.net |
What do you mean? Do you want to repeat an image in the background, or have one large enough to take up all space? |
one large enough to take up all the space if that possible . Thanks . Proud Hosted by Zarconia.net |
You can do that in two ways.
1: create a piciture at a good 5000x5000 pixyls to ensure that it covers everything if they scroll left or right. Of course this is impracticle as it would be a huge file.
2. Create a repeating image, you need an image that can repeat on itself but not look like its repeating. Then you just change teh common.css body{} tag to have a background-immage that repeats. |