-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 30, 2011 at 1:13 am #389097background is not a problem but linking is not possible.
To do it you need to create a module position there and do some css code to acieve it.
This is a Guide for created positions:
http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Creating_new_module_positions
Once this is done we can assign a Module there and achieve things
Note: If you Find my Post useful please click on the Thanks Icon
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
April 30, 2011 at 6:43 pm #389189Thanks.
I changed the background with 120×600 skyscraper banner but when I drag/resize the browser the banner moves to the center of the page. How can I fix this?
CSS:
body#bd {
color: #333;
font-size: 12px; /* Base Font */
line-height: 1.5;
background-image: url(../images/bg.jpg);
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: 300px top;
}Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 30, 2011 at 7:05 pm #389191Use something like
body#bd {
background: url(../images/bg.jpg) no-repeat top left transparent;
color: #333;
margin: 0;
padding: 0;
}1 user says Thank You to Phill for this useful post
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
May 2, 2011 at 9:22 pm #389499Thanks. How can I make the header/menu into a white background? I could not find the css tag. If I adjust the browser the banner background is visible (see image). Please advise. Thanks
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by guap 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change background
Viewing 5 posts - 1 through 5 (of 5 total)