sarahforever
01-05-2007, 03:31 PM
hi , http://sarahgellar.luve-me.net/ go to my site you will see there is wrong with the backround :confused:
|
View Full Version : backround sarahforever 01-05-2007, 03:31 PM hi , http://sarahgellar.luve-me.net/ go to my site you will see there is wrong with the backround :confused: J to the izzosh 01-05-2007, 04:47 PM Please try to be more descriptive of your problems. Try taking the background image out of this... <div style="position: absolute; left: 0; top: 0; left: 0; right: 0; background-image:url(http://sarahgellar.luve-me.net/bg.jpg)"> ...and putting it here, in your CSS: body { background-image:url(http://sarahgellar.luve-me.net/bg.jpg); background-repeat:repeat-y; background-color: transparent; } You may also need to move the background-repeat property if you want it to fill the background on larger resolutions. Alternatively, you could specify a matching background colour. sarahforever 01-05-2007, 05:33 PM Please try to be more descriptive of your problems. Try taking the background image out of this... <div style="position: absolute; left: 0; top: 0; left: 0; right: 0; background-image:url(http://sarahgellar.luve-me.net/bg.jpg)"> ...and putting it here, in your CSS: body { background-image:url(http://sarahgellar.luve-me.net/bg.jpg); background-repeat:repeat-y; background-color: transparent; } You may also need to move the background-repeat property if you want it to fill the background on larger resolutions. Alternatively, you could specify a matching background colour. you mean i have to move this div style="position: absolute; left: 0; top: 0; left: 0; right: 0; background-image:url(http://sarahgellar.luve-me.net/bg.jpg)"> to the my CSS J to the izzosh 01-05-2007, 06:01 PM Just remove the background-image part (shown in red) from your div and copy your image URL into your CSS as shown. sarahforever 01-05-2007, 06:30 PM ok i will try this wait no no it doesn`t work go to my site and see Arwen 01-05-2007, 06:54 PM Please, try not to double post. Your background is working fine for me, so I guess you fixed it. sarahforever 01-05-2007, 06:57 PM no it`s not belive me J to the izzosh 01-05-2007, 07:11 PM The background is working fine, but you have an inline frame on your page which uses the same style sheet, which is why you see a duplicate background image (if you don't see this, try refreshing your page until you do). You will need to use a different style sheet for that frame. There's really no need to use frames at all, however, so you should try replacing that frame with a div and placing its content in that. sarahforever 01-05-2007, 07:13 PM so what i have to do J to the izzosh 01-05-2007, 10:48 PM You will need to use a different style sheet for that frame. Or, more accurately, the HTML document displayed within the frame. sarahforever 01-06-2007, 06:19 AM Or, more accurately, the HTML document displayed within the frame. ok i understand but tell me how to do it ?:confused: sarahforever 01-07-2007, 02:55 PM ok look guys it fixed but the main update backround and the other page backround not one color it`s wrong |