-
AuthorPosts
-
sobe Friend
sobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 18, 2010 at 7:37 am #151892How can I make the background image expand completely to cover the screen?
(*see attachment for clarification)The template expands perfectly when using Internet Explorer, but when Firefox/Safari/Chrome is used, the background image does not expand completely.
(*This only happens when the page content is short.)Thank you.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 21, 2010 at 8:12 am #347564Hi Sobe,
Could you please kindly posting your url here for a further checking ?
sobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 22, 2010 at 6:55 am #347685Hello dathq,
The url is http://sofi-ventures.com/
Thanks for helpingSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 25, 2010 at 7:34 am #348062Hi Sobe,
Do you mind posting here again your attachment file ? I just checked your site but it is hard to see the issue !
sobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 27, 2010 at 7:02 pm #348235Here’s the image.
The space which I’m referring to is marked by the vertical red line.
Thanks again for your help.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 27, 2010 at 11:34 pm #348241If you put some content on the page it won’t be small, that’s because the repeat is just down the footer pos
sobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 29, 2010 at 8:38 pm #348434<em>@pascm 184338 wrote:</em><blockquote>If you put some content on the page it won’t be small, that’s because the repeat is just down the footer pos</blockquote>
Thanks for the suggestion pascm, but that solution is not very satisfactory. There are some pages (ex: login, contact, and others) which the content is small. I’ve noticed that on Internet Explorer, the background image extends completely (so it’s possible); is there not a way to edit the html or CSS to make the background fully-extend using other browsers are well?
Thank you
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
June 30, 2010 at 12:13 am #348439You can try by adding on the /templates/ja_corona/css/template.css in the body{ } section the line min-height:800px; before the } tag
Explain better
Find in /templates/ja_corona/css/template.css
The
body {
background: #FFFFFF;
color: #333333;
font-family: Tahoma, Arial, sans-serif;
line-height: 1.6;
}and change it to
body {
background: #FFFFFF;
color: #333333;
font-family: Tahoma, Arial, sans-serif;
line-height: 1.6;
min-height:800px;
}sobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 30, 2010 at 3:26 am #348455Thank you, that was helpful.
Instead of writing 800px, is there a way to make the background auto-fit the screen?uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 30, 2010 at 7:06 am #348477put min-height:97%
as the min height property allows percentage of blockProperty Values
Value Description length Defines the minimum height in px, cm, etc.
% Defines the minimum height in percent of the containing block
inherit Specifies that the value of the min-height property should be inherited from the parent element
Blessings Shannonsobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
June 30, 2010 at 10:59 am #348519<em>@uniquebiz 184644 wrote:</em><blockquote>put min-height:97%
as the min height property allows percentage of blockProperty Values
Value Description length Defines the minimum height in px, cm, etc.
% Defines the minimum height in percent of the containing block
inherit Specifies that the value of the min-height property should be inherited from the parent element
Blessings Shannon</blockquote>Hi Shannon,
Thanks for the suggestion, but putting 97% didn’t seem to work. The background is just as short as before. Any reason why the number is 97?This is what is written:
body {
background: #FFFFFF;
color: #333333;
font-family: Tahoma, Arial, sans-serif;
line-height: 1.6;
min-height: 97%;
}sobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
July 5, 2010 at 10:50 pm #349037Hi dathq,
It’s seems this thread has lost momentum. Have you come up with any solutions?
I tried using the “min-height: 800px” and the “97%” suggestions but none seem to be fully satisfactory.Is there no way to make the background image auto-fit the screen?
Thanks
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 6, 2010 at 12:16 am #349039Sobe
the 97 is a popular size when trying to use an auto resize, Ja uses it a lot for auto width as it stays within the maximum possible, and seems to be the equivelent to a std fully opened browser window without doing the forced open to 100% f11.I’m pushed for time, but as I answered your post don’t want to ‘abandon you’ 🙂
here’s some interesting info on max height etc that may give you some clues,
http://www.w3schools.com/Css/css_dimension.asp
Blessings Shannonsobe Friendsobe
- Join date:
- June 2010
- Posts:
- 249
- Downloads:
- 13
- Uploads:
- 20
- Thanks:
- 32
- Thanked:
- 4 times in 1 posts
July 7, 2010 at 8:11 pm #349266Hi Shannon,
Thanks again for your continued assistance. I’ve thoroughly explored the link you sent, and wrote and re-wrote the CSS is a variety of ways. The only time I’ve been able to create an actual change is when using Value Descriptions (px, etc); which is static and not automatic. However, when I use percentages (%) nothing happens. No matter the value it always goes back to the default size.In an earlier message I wrote the exact CSS I was using. Shouldn’t that have worked? Is there something missing? Or is there something else about the Corona template that needs looking into?
Thank you
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
July 8, 2010 at 10:45 am #349325In this case i might take under consideration to remove the bottom img.
AuthorPostsThis topic contains 25 replies, has 4 voices, and was last updated by uniquebiz 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum