Massimo
05-01-11, 04:54
I need to change a repeat command to only repeat the picture 25 times
Its a background image like 1 pix in hight but it repeats all the way down my web page and i only want it to repeat down the first 1/6
this is the code i have to work with.
.container_container{background-image:url(../images/verticle_bg.png); background-position:center; background-repeat:repeat-y; background-color:#ff0000; }
Thanks all.
Oh just let ya know background-repeat shold have an X not 0
Added after 2 minutes:
Ok my site is not RED anymore :P and i worked out that no-repeat works but now centers the image :(
Haha i done it :D
background-repeat:no-repeat and background-postition:TOP
man im so smart for 5am :P
Didnt do what i wanted so just made a huge header pic with white in the middle.
Its a background image like 1 pix in hight but it repeats all the way down my web page and i only want it to repeat down the first 1/6
this is the code i have to work with.
.container_container{background-image:url(../images/verticle_bg.png); background-position:center; background-repeat:repeat-y; background-color:#ff0000; }
Thanks all.
Oh just let ya know background-repeat shold have an X not 0
Added after 2 minutes:
Ok my site is not RED anymore :P and i worked out that no-repeat works but now centers the image :(
Haha i done it :D
background-repeat:no-repeat and background-postition:TOP
man im so smart for 5am :P
Didnt do what i wanted so just made a huge header pic with white in the middle.