-
AuthorPosts
-
mitov Friend
mitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
January 31, 2009 at 11:42 pm #137690Hi Again,
I have just noticed there is a little problem with my footer… when the browser window is very large, i can see the footer, and after that the original background displays. In my case, i have grass. How can i make the distance between the end of the footer and the browser edge to be filled with the footer background?
If you want me to post a URL, please let me know and i will send a PM.
Thank you to all in advance,
Miro
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 5, 2009 at 8:28 am #289642Hi mitov,
Please send me your live url via PM. I will support you this issue.
mitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
February 6, 2009 at 11:03 am #289897any update? Why is it marked answered when it’s not?
Miro
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 10, 2009 at 6:38 am #290383Hi mitov,
This status is from our rule.
When a staff of company replies a thread, he must change the status of thread to Answered.
If this thead solved, the status of thread is Solved.Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 10, 2009 at 10:00 am #290426Hi mitov,
I have looked your website but could find your issue.
If possible, please try to send me the sreenshots.
mitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
February 10, 2009 at 9:13 pm #290516imsleepy Friendimsleepy
- Join date:
- January 2009
- Posts:
- 451
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 94
- Thanked:
- 45 times in 1 posts
February 10, 2009 at 10:07 pm #290523Hi,
See if this works.
In your template.css file at about line 517 you will see this
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainnav,
#ja-header,
#ja-slideshow,
#ja-slideshow-bot,
#ja-botsl,
#ja-container,
#ja-container-top,
#ja-container-bot,
#ja-footer {
width: 950px;
margin: 0 auto;
}Change to this:
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainnav,
#ja-header,
#ja-slideshow,
#ja-slideshow-bot,
#ja-botsl,
#ja-container,
#ja-container-top,
#ja-container-bot{
width: 950px;
margin: 0 auto;
}
#ja-footer{
width: 100%;
margin: 0 auto;
}Be sure to make a backup copy before you start. I am not using Zinc so I can’t test this out myself, but I think this will work. If not, let me know and I will see what else I can come up with.
mitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
February 11, 2009 at 10:23 am #290642Hey,
It didnt help… no change apart from the links and copyright at the bottom… it made them go to either ends of the screen. Height wise, no change. Tried changing width to height… no change either…
March 19, 2009 at 1:01 am #296772Hi.
I have the same problem, can someone help us?
Thanks in advance.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 25, 2009 at 8:38 am #297849Hi inforpedros,
Thank you for your PM but I am sorry, current i don’t have a very large screen.
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
March 25, 2009 at 8:53 am #297856inforpedros;118749Hi.
I have the same problem, can someone help us?
Thanks in advance.
post a live url I’ll look as I have a 22 in screen
ShannonNmitov Friendmitov
- Join date:
- August 2008
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 4 times in 1 posts
April 10, 2009 at 3:38 pm #300818hiya,
i have sent you a pm with my link… do not want it to be indexed by search engines. Thanks in advanced!
Miro
ShannonN FriendShannonN
- Join date:
- July 2006
- Posts:
- 1947
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 16
- Thanked:
- 172 times in 49 posts
April 11, 2009 at 12:53 am #300875mitov;123719hiya,
i have sent you a pm with my link… do not want it to be indexed by search engines. Thanks in advance!
Miro
Try modifying the html code in red.
<div id=”OverlayContainer” style=”position: absolute; left: 0px; top: 0px; width: 100%; z-index: 1; visibility: hidden; opacity: 0; height: 895px;”> Change to 100%
<iframe id=”OverlayIframe” frameborder=”1″ scrolling=”no” name=”OverlayIframe” src=”javascript:void(0);” style=”position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; visibility: hidden; opacity: 0; z-index: 1;”>
I think the height declared at 895px holds the background (grass) to that length on the page (height) given the page is a short one changing the height declaration to 100% should keep it ‘fluid’ and only at the same size as the maximum page length.
I’ll leave it to you to test as I don’t have Zinc installed locally and hey It’s Easter and busy busy busy. Hope this solves your problem
ShannonNHappy Easter All,
Celebrate the Death and Resurrection of Christ
Not Easter Bunnies!AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 5 voices, and was last updated by ShannonN 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
footer background problem… (not answered)
Viewing 13 posts - 1 through 13 (of 13 total)