vBulletin Background help?

Discussion in 'HTML & Website Design' started by mntwins7, Jul 31, 2013.

  1. #1
    How can I set a wallpaper that is the same size as my forum width and height?

    If I use doc_background, then the size of the image varies depending on the size of your monitor.

    How do I find out the width and height so that all users see the same size background and it doesn't distort for some?
     
    mntwins7, Jul 31, 2013 IP
  2. o_iSniPe_xX

    o_iSniPe_xX Well-Known Member

    Messages:
    482
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #2
    You need to make sure it's fixed, and you can do that via CSS. Google it.
     
    o_iSniPe_xX, Jul 31, 2013 IP
  3. mntwins7

    mntwins7 Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Can you find something? I don't know where to begin and I've been googling for an hour or so now.
     
    mntwins7, Jul 31, 2013 IP
  4. nodle

    nodle Greenhorn

    Messages:
    27
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    18
    #4
    http://davidwalsh.name/css-fixed-position-background-image
     
    nodle, Jul 31, 2013 IP
  5. mntwins7

    mntwins7 Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    I have it like that.
    url(imageurl); background-repeat:repeat; background-attachment: fixed}
    Code (markup):
    and i've also tried
    url(imageurl); background-repeat:repeat; background-position: fixed}
    Code (markup):
    I guess what I'm asking, is how do I get the background image to resize itself, or scale itself depending on the browser window size, or the monitor size?
     
    mntwins7, Jul 31, 2013 IP