Hi, I have an issue trying to do a footer that works in Internet Explorer 6.0 . I use this code in the CSS file:
html {
overflow: hidden;
height: 100%;
margin: 0;
padding: 0;
}
body {
height: 100%;
width: 100%;
overflow: auto;
font-size: 100%;
}
div#content {
/* height: 100%;
overflow: auto;
position: relative;
z-index: 1;
text-align: center; */
}
div#footer {
/* position: absolute;
bottom: 0;
right: 15;
z-index: 2; */
}
[/div]
And here is the html file: http://www.agenciausina.com/dario/prueba.htm
In Firefox and Internet Explorer 5.5 works fine, but doesn´t work in Internet Explorer 6.0 . Any help please:S ?
Thanks a lot and sorry for my very poor english (I´m from Argentina)
Dario