Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS background image

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33013
    roncito
    Member

    Have an a wood image that I would like to set as background and I don’t want it tiled. Heres the code i have for it but its still tiling.
    body {font: “Times New Roman”, Times, serif; background: #993333 url(../background2.jpg) no-repeat; } Do i need to make the image the actual size of webpage? thanks
    Ron

    #74058
    realife
    Member

    The thing is if you wouldn’t put it tiled, it’s have to end somewhere…
    another thing you can do is to put your image on %100 size,
    it means that no matter what size is your screen, it will resize it to fullscreen.

    #74059
    Voltron
    Member

    The method listed ont he front page of this site using the new CSS3 tags works an absolute treat if you have a large background you want to resize/rescale correctly to all resolutions. One of those things that’s never been that easy to pull off, now fixed in a few lines of code.

    #73557
    roncito
    Member

    problem resolved. thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.