0
Welcome Guest! Login
0 items Join Now

Afterburner. Is it possible to "stretch" the png bg further?

    • Burner's Avatar
    • Burner
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Afterburner. Is it possible to "stretch" the png bg further?

    Posted 14 years 8 months ago
    • Any help, please?
    • Neil
      "Burner"
      Vancouver, BC
  • 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?

      Any help would be appreciated.

      Thanks
      Rob
    • Burner's Avatar
    • Burner
    • Newbie
    • Posts: 19
    • Thanks: 0

    Re: Afterburner. Is it possible to "stretch" the png bg further?

    Posted 14 years 2 months ago
    • I finally used the below to get what you see at www.princetonairshow.ca

      .background { position: fixed; width: 100%; height: 100%; background: url(../images/topas_background.jpg) 0 0 repeat-x; }

      It works well for IE 7 or newer.FF and Opera. Chrome and Safari only let the image go down 95% of the page.

      An extension to look at for a selected but alternating full background is this -

      extensions.joomla.org/extensions/style-a-design/templating/5465

      I used it here and client was impressed with the results

      www.kfrproductions.com
    • Neil
      "Burner"
      Vancouver, BC

Time to create page: 0.059 seconds