I have another div problem -.-'
When i try to auto height my container div, it only works in ie. How do i fix this?
CSS
Code: Select all
div.container { background-color: black;
color: red;
border: 1px solid gray;
width:1000px;
top:100px;
margin-left:auto;
margin-right:auto;
z-index:1;
top:0px;
height:100%;
height:auto !important;
height:100%;
min-height:100%;
}
Code: Select all
echo "<div class='container' style='position:relative;'>";