-
AuthorPosts
-
treybraid Friend
treybraid
- Join date:
- May 2008
- Posts:
- 302
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 43
- Thanked:
- 14 times in 1 posts
November 14, 2008 at 4:21 am #135362have 2 different backgrounds to add…
1 background for the webpage—ie the header, content and the footer…
2 a background for the webpage…
here is the url; http://www.lindsaystreethall.com
i know the website has been stripped bear—client wont listen to me… right now it has a parchment background— actually just want that for the template background if that makes any sense… need to add background for the rest of the webpage…
ie– on the joomla ja site—white background framed by the blue background…
thanks
treyAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 14, 2008 at 8:14 am #279119Hi treybraid,
You can modify template.css as following:
+ For header, find following code session at about line 771:
[PHP]#ja-header {
line-height:normal;
padding:0 0;
position:relative;
text-align:center;
z-index:0;
}[/PHP]change to:
[PHP]#ja-header {
line-height:normal;
padding:0 0;
position:relative;
text-align:center;
z-index:0;
background: url(path to your background file) no-repeat;
}[/PHP]+ For footer, find following code session at about line 1045:
[PHP]#ja-footer {
border-bottom:3px solid #333333;
border-left:3px solid #333333;
border-right:3px solid #333333;
clear:both;
color:#333333;
padding:10px 0;
position:relative;
}
[/PHP]change to:
[PHP]#ja-footer {
border-bottom:3px solid #333333;
border-left:3px solid #333333;
border-right:3px solid #333333;
clear:both;
color:#333333;
padding:10px 0;
position:relative;
background: url(path to your background file) no-repeat;
}[/PHP]+ For Content, find following code session at about line 567:
[PHP]#ja-container {
border-color:#333333;
border-style:solid;
border-width:0 3px;
}[/PHP]change to:
[PHP]#ja-container {
border-color:#333333;
border-style:solid;
border-width:0 3px;
background: url(path to your background file) no-repeat;
}[/PHP]Hope it helps.
beta777 Friendbeta777
- Join date:
- December 2008
- Posts:
- 72
- Downloads:
- 8
- Uploads:
- 2
- Thanks:
- 13
- Thanked:
- 1 times in 1 posts
March 19, 2009 at 9:07 am #296810Hi,
I need to add picture on PAGE background. How I can do this?jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 19, 2009 at 9:42 am #296823your page already has a background parchment1a.jpg as u have mentioned. what other background do u need to add?
template.css (line 25)
body#bd {
background:transparent url(../images/background/parchment1a.jpg) repeat scroll 0 0;
color:#333333;
text-align:left;
}April 22, 2009 at 10:19 am #302170<em>@jsliao 118810 wrote:</em><blockquote>your page already has a background parchment1a.jpg as u have mentioned. what other background do u need to add?
template.css (line 25)
body#bd {
background:transparent url(../images/background/parchment1a.jpg) repeat scroll 0 0;
color:#333333;
text-align:left;
}
</blockquote>
Sorry, but i’ve changed background image in body#bd {
and no image shows -
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by jsliao 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum