A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Setting bg image to size of page help [html]

  1. #1
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320

    Setting bg image to size of page help [html]

    Hi guys,

    I can understand why my page background image width resizes without a problem but it wont the other way.
    Coding seems fine
    http://www.innovativedesigns.me.uk/s...html/index.htm

    Anyone

    Thanks

    Paul
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  2. #2
    Senior Member unicycle's Avatar
    Join Date
    Mar 2000
    Posts
    254
    I've never heard about stretching a bg image. I would use a minimal width of that image and have
    Code:
    body {
      background-image: url('http://etc/bg.png');
      background-repeat: repeat-x;
      }
    Have a look at w3schools.com for all parameters, like the ones to define the x and y position.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center