Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • treybraid Friend
    #148686

    i am trying to add a background graphic to the grass template… see url: http://www.govenom.com/TEST

    i created a background graphic with dimensions of 1600 x 2000

    i would like the graphic to be static… when viewed over different monitors… for some reason it renders differently…

    i hope i am making sense…

    Anonymous Moderator
    #332795

    Hi treybraid

    To fix your issue, please open templates/ja_zinc/css/template.css file, at about line 25, find following code section:

    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) repeat-x center 30px #181818;
    padding: 0;
    margin: 0;
    }

    and change to:

    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) repeat-x center 30px #181818;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-position: center top;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 14 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum