Rodapé SEMPRE no fundo da página
Olá galera, alguem pode me ajudar a deixar o rodapé da minha pagina SEMPRE no fundo da página, mesmo que o conteúdo seja pequeno;
index.html(partes importantes):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Assembléia de Deus Arca da Benção</title>
<link href="stylesheets/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrap">
<div id="header">
<div class="logotipo">
</div>
</div>
</div>
<div id="footer-wrap">
<div id="footer-content">
<div id="mensagem">
<script type="text/javascript" src="stylesheets/mensagem-aleatoria.js"></script>
</div>
</div>
</div>
</body>
</html>
CSS:(partes importantes)
*{
margin:0;
padding:0;
text-decoration:none;
list-style:none;
}
body{
background-color:#fdeabe;
font-family:'Arabic Typesetting';
}
#wrap{
height:100%;
width:1100px;
background:url('../imagens/content-backgroud.jpg') repeat-y;
margin:0 auto;
overflow:auto;
overflow:hidden;
}
#header{
background:url('../imagens/header-background.png') repeat-x;
width:1096px;
height:300px;
margin:0 auto;
text-shadow: 0 1px 0 white;
}
/*****************************/
/Rodape/
#footer-wrap{
width:100%;
height:265px;
background-color:#180f00;
padding-top:20px;
}
#footer-wrap a:hover{
text-decoration:underline;
}
#footer-content{
margin:0 auto;
width:1100px;
height:190px;
}Discussão (6)
Carregando comentários...