-
AuthorPosts
-
February 25, 2011 at 11:03 pm #160714
I am trying to create the site so the top header with the logo, search and main nav stay fixed while the content below scrolls. I have figured out how to make some of the content static, however when I did this the content rose to the top and scrolls over the background. Cab someone help me find the way. See issues at the link below.
http://184.168.83.241/~dellsriv/khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 28, 2011 at 4:22 pm #378896Hi,
– Because the footer of template use /templates/ja_cloris/images/noise-d.gif as background (black color image). So this image overlaps background of <body>
– Resolve: Replace this code in <joomla url>templatesja_cloriscsstemplate.css file
#ja-footer {
background: url(../images/noise-d.gif);
color: #524a42;
padding: 0;
}
to
#ja-footer {
background: transparent;
color: #524a42;
padding: 0;
}July 10, 2012 at 11:58 am #460469I have a similar problem, only that it is vertical nad on the bottom of the page.
How can i fix this? If I have lots of text on a page, it doesn’t show up, but if I have like 1-40 rows of text, this gray background show up att the bottom of the page
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 11, 2012 at 9:03 am #460584<em>@finhit2012 329452 wrote:</em><blockquote>I have a similar problem, only that it is vertical nad on the bottom of the page.
How can i fix this? If I have lots of text on a page, it doesn’t show up, but if I have like 1-40 rows of text, this gray background show up att the bottom of the page
</blockquote>
Can you share with us the url where the problem is being seen ?
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 4 voices, and was last updated by Sherlock 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change the top padding for where the content begins
Viewing 4 posts - 1 through 4 (of 4 total)