2
On my website, below the footer is a space of 1px
that only occurs in Internet Explorer.
In my case, I’m using the IE-10. The footer has fixed positioning, I inserted it outside the container of the site, and put it back setting a negative lower margin to container.
.MASTER {
width:1169px;
margin-left: auto;
margin-right: auto;
/*margin-bottom:-228px;*/
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -228px;
}
.MT_SEM_SOMBRAS {
width:1155px;
margin-left:auto;
margin-right:auto;
}
#fixer {
width:1155px;
height:228px;
margin-left:auto;
margin-right:auto;
background-color:#FF0;
}
#push {
margin-left:auto;
margin-right:auto;
width:1155px;
height:228px;
}
<div id="MASTER">
<div id="MT_SEM_SOMBRAS">
Conteúdo do site
</div>
</div>
<div id="fixer"> <!--este na verdade é o rodapé-->
conteúdo com margem negativa
</div>
I want to remove this unwanted space in ie. In Dreamweaver, it also does not appear
– Harison
I could not reproduce the problem, could provide an example in jsfiddle?
– Guilherme Nascimento
I believe jsfiddle wouldn’t reproduce the problem, since it only occurs in internet explorer.
– Harison
I’m using the Sticky footer technique.
– Harison
@Harison jsfiddle is not a browser, it is an environment for you to reproduce your problem, so you send us the link and then we will open in Internetexplorer.
– Guilherme Nascimento
http://hfoliveira.com.br/MAQUES/TESTE_RODAPE.html
– Harison
The negative margin is still there ?
– Edilson
Still remains.
– Harison
Tried to make a clear:?
– ndroid
The question lacks information. Impossible to reproduce.
– Daniel Omine
question under discussion at meta http://meta.pt.stackoverflow.com/questions/4488/usu%C3%A1rio-com-multiplas-questions-similar
– Rafael Kendrik