test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zenga Friend
    #148024

    Hello,

    I’ve changed my idea :

    I’ve given the the same background color for the middle div. SEE Image on attachment.
    And I want to put the background-image for all the body section BUT my background image stays fixed on the center and Can’t repeat.

    In carbon.css file, my code is :

    body#bd {
    background-image: transparent url(../../images/carbon/body-bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
    }

    In template.css my code is :

    body#bd {
    background-image: transparent url(../../images/carbon/body-bg.gif);

    }

    Thanks to help me,

    J


    1. Capturer
    Saguaros Moderator
    #330386

    Hello guy!

    Now, you open the file /templates/ja_cooper_business/css/colors/carbon.css and find codes:

    body#bd {
    background: url(../../images/carbon/body-bg.gif) center top no-repeat;
    margin:0px;
    padding:0px;
    width:100%;

    }

    and change to:

    body#bd {
    background: url(../../images/carbon/body-bg.gif) repeat;
    margin:0px;
    padding:0px;
    width:100%;

    }

    Good luck

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

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

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