I need an image to display over the whole page, but not repeatedly.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CranberryPunch
    New Member
    • Jun 2014
    • 4

    I need an image to display over the whole page, but not repeatedly.

    I want one image to cover the background of the page, and when you scroll I want it to stay there, not for there to be more as you scroll. I used

    background: url("http://fc04.deviantart .net/fs71/i/2014/172/c/4/ask_gamer_flitt er_and_cloudcha ser___backgroun d_by_solife-d7nf4ff.png");

    But it just pastes the image over and over.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You'll want to use the background-attachment:fixe d; property.

    Comment

    • CranberryPunch
      New Member
      • Jun 2014
      • 4

      #3
      Thanks for your help! creating a tumblr theme is kinda hard for a newbie like myself

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        While it is not specific to tumblr, this CSS tutorial should help you in general: http://www.w3schools.com/css/DEFAULT.asp

        Comment

        Working...