559be889
Alexander Karnovsky
Init test-9
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*footer at bottom*/
.wrapper-holder{
min-height:100%;
}
* html .wrapper-holder{
height:100%;
}
.wrapper-holder #content{
padding-bottom:expression(document.getElementById("footer").offsetHeight + "px");
}
#footer{
position:relative;
margin-top:expression(- this.offsetHeight + "px");
}
|