Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Fala galera imaster,
Estou com um problema para alinhar um rodapé ao bottom no safari e chrome, nos outros browser funciona corretamente, porem
no safari e chrome esta aparecendo um espaço com se fosse um margin-bottom
segue o css
@charset "utf-8";
/ CSS Document /
html, body, div, form, fieldset, legend, label {
display:block;
margin: 0;
padding: 0;
}border-collapse: collapse;
border-spacing: 0;
}text-align: left;
vertical-align: top;
}font-weight:normal;
}border: 0;
} background-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
text-align:center;
height:100%;
min-width:1082px;
}
#body {
background: url(../img/bg66.jpg) center top repeat-y;
height:100%;
width:auto;
position:relative;
}
#top{
background:url(../img/topo.jpg) top center repeat-x;
}
#banner{
text-align:center;
}
#top_fundo_menu {
background: url(../img/topo_moldura.png) top center no-repeat;
height:280px;
width:auto;
top:0px;
}
#menu {
text-align:center;
padding:20px;
}
#bf_menu {
background:url(../img/base_moldura.png) bottom center no-repeat;
height:auto;
width:auto;
}
#top_fundo {
background:url(../img/topo_moldura.png) center top no-repeat;
height:100px;
width:auto;
margin-top:11px;
}
#conteudo {
width:1082px;
min-width:1082px;
}
#conteudo_mostrar {
font-size:12px;
color:#FFFFFF;
margin-left:50px;
margin-right:50px;
width:1005px;
height:auto;
}
#rodape {
background:url(../img/base.png) bottom center no-repeat;
}
#texto {
bottom:0px;
} height:15px;
margin-left:35%;
padding-top:82px;
padding-bottom:50px;
font-size:12px;
color:#FFFFFF;
}Carregando comentários...