Re: Afterburner. Is it possible to "stretch" the png bg further?
Posted 14 years 2 months ago
I too am having the same problem as the one previously mentioned by Burner, I want my background image to go the whole length of the page and not just to pixel length specfied, where it then changes to white. Is there anyway that I can have the background image stretch/repeat with the length of the site? I notice that Burner has done this quite successfully when I look at his URL
http://www.princetonairshow.ca/
my URL is
http://www.ictherapy.co.uk
and i would like to achieve the same effect as burner. my CSS style sheet has this code for the background class: .background {
position:absolute;
width:100%;
height:432px;
background-image: url(../images/logo.png);
background-repeat: repeat-x;
background-position: 0 0px;
}
I would also like to remove the white background from the logo area and make this transparent, is this possible?