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.