954,595 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Unable to Stretch the Background Height to 100%

Hello, i have created a html/css version of one of my psds and pretty much everything is working fine, just the background image or the container div to which background image is assigned is not stretching vertically to 100%.

Here is the Link to Live version of What i have Done.

http://myspicylife.info/new/


This is the CSS for the Main Container.

#maincontainer {
    background-image: url("img/bg.jpg");
    background-repeat: repeat-y;
    height: 1750px;
    margin: 0 auto;
    width: 900px;
}

When i Set the Height to 100% it just disappers can anyone please help me with this? If you have fireshot try editing the height of maincontainer to 100% and see the error.

spyece
Newbie Poster
5 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

... in that css use only "repeat" not "repeat-y" for background-position, the background image will be repeated both vertically and horizontally. This is the default fill.

instinctis
Newbie Poster
16 posts since Oct 2009
Reputation Points: 7
Solved Threads: 0
 

shall I know what browser you are using?

lps
Junior Poster
117 posts since Jul 2011
Reputation Points: 13
Solved Threads: 22
 

it was not stretching in all browsers, but then used this property display:table and now i removed the height and its still stretching.

spyece
Newbie Poster
5 posts since Dec 2011
Reputation Points: 10
Solved Threads: 0
 

Ok, it is easy. Remove the attribute height and add css overflow:hidden;

lps
Junior Poster
117 posts since Jul 2011
Reputation Points: 13
Solved Threads: 22
 

Replacing it with Overflow hidden worked Tongue But not sure and waiting for the explanation, no hurry though thanks.

evantanski
Newbie Poster
Banned
8 posts since Jan 2012
Reputation Points: 4
Solved Threads: 1
Infraction Points: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: