Forums

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

Home Forums CSS Filling browser with simple 100px X 100px image

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31381
    rlseafor
    Member

    Sorry, guys about the NEWB question, but I have searched through the CSS Combat forums now for about 12-15 pages and haven’t come up with any suggestions/threads about this problem.

    So here it goes:

    For right now (as I am coding the rest of my site) want to have a “site under construction page” that will have a grainy 30% grey background. I want this image to be my background and have an image in which I use Akidenz (yes i paid for the family) to say that the page is under construction.

    How do I tile this 100px X 100px background image in which this image will tile to fit the entire browser no matter size resolution or monitor size that the page is being viewed on?

    Any help would be awesome.

    #63921
    TheDoc
    Member

    body { background: url(‘path/to/your/image.jpg’); }

    It will repeat automatically!

    #63922
    rlseafor
    Member

    nevermind, got it to work… thank you

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