-
AuthorPosts
-
January 25, 2010 at 8:00 pm #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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 26, 2010 at 3:07 am #330386Hello 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
AuthorPostsViewing 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
Background image change thread
Viewing 2 posts - 1 through 2 (of 2 total)