hi all,
im trying to get the min-height of my container block to work with 100%
so its shows 100% to what browser size is..
i have a background image in #container that has enough height (1140)no matter what browser size or whats in the container
thing is its only showing up to content,
what am i doing wrong?
heres the page:
http://bluecrushdesign.co.za/track/
code:
#container {
margin: 0 auto;
width: 837px;
background-image:url(../images/back.png);
height:100%;
min-height:100%;
}
html>body #container{height:auto; min-height:100%;}
* html #container {height:100%}










Bookmarks