is there a way to make the header_bg resize to the size of the page it or firefox is open to?
also how to you stop the repeat action for this?
is there a way to make the header_bg resize to the size of the page it or firefox is open to?
also how to you stop the repeat action for this?
Conflict...is there a way to make the header_bg resize to the size of the page it or firefox is open to?
also how to you stop the repeat action for this?
Make it a repeating tile to auto size
i dont want the image to repeat (so on repeat-x (would this be repeat-100%)?
If the image is a fixed size then it can not strectch to fit another size
100% is not an allowed variable for repeat
I stated that a fixed image can not resize and that to get this you need to make a repeating tileSo can the image be set to ajust?
can repeat be turned off?
add to your css for this image
Code:background-repeat: no-repeat;