Forums

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

Home Forums Other Stationary Background when content scrolls

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23399
    cmelliott
    Member

    I went to the wmd-editor.com website and was wondering how they kept the background image stationary when everythilng else scrolls with the browser scroll bar. Anyone know how they do that?

    #50555
    mikes
    Member

    BODY { background-image: url(‘bg.gif’); background-attachment: fixed; }

    or shorthand

    BODY { background: #000000 url(‘bg.gif’) repeat fixed top left; }

    w3schools:
    http://www.w3schools.com/css/css_background.asp has some good info on that sort of thing.

    Cheers

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