Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
<?php # include "../valida_sessao.php"; ?>
<html>
<head>
<link type = 'text/css' rel = 'stylesheet' href = '../css/style.css' />
<link type = 'text/css' rel = 'stylesheet' href = 'css/style.css' />
<script type="text/javascript" src="js/funcoes.js"></script>
</head>
<title>
SR Lub Beta - Preenge
</title>
<body>
<div id = "tudo">
<div id = "topo">
<span class = "header">
Teste
</span>
</div>
<div id="data">
<?php echo "Piracicaba, ". date("d"). " do ". date("M"). " de ". date("Y"); ?>
</div>
<div id="page">
<div id="menu_imagens">
<?php include 'menu.php'; ?> <!-- Menu -->
</div>
<div id="meio">
<br/>
<span class='title'>
Novo Cliente
<hr size='2' width='50%' style='margin-left:10px;'></hr>
</span>
<!-- Formulário -->
</div>
</div>
<div id="rodape">
CopyRight 2010 Preenge <sup>®</sup>
</div>
</div>
</body>
</html>
CSS
* {
margin:0px;
padding:0px;
}
html, body {
height: 100%;
background-color:#FFF;
}
#topo{
line-height:100px;
background-color:navy;
color:white;
font-family:verdana;
font-size:12px;
}
#tudo{
min-height:100%;
position:relative;
width:100%;
}
* html #tudo {
height: 100%;
}
#rodape{
line-height:35px;
background-color:navy;
color:white;
font-family:verdana;
font-size:12px;
position:absolute;
bottom:0;
width:100%;
text-align:center;
}
#menu_imagens{
width:20%;
background-color:#F7F7F7;
text-align:left;
float:left;
}
#meio{
margin-left:10px;
float:left;
width:72%;
}
#page{
padding-bottom:30px;
width:100%;
}
#menu{
margin-top:15px;
list-style:none;
}
O Rodapé fica embaixo... mas o conteúdo da DIV PAGE fica por baixo.
Carregando comentários...