Conteudo do html está abaixo do rodapé

1 resposta
Mariana.Vecci

Olá amiguinhos, estou quebrando a cabeça com o html e com o css, tenho um calendário grande, e não estou conseguindo colocar ele no meio da tela,
entre o logo e o rodapé, ja tentei tudo, e sempre o rodapé fica acima rs rs

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name='gwt:module' content='org.yournamehere.Main=org.yournamehere.Main'/>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
	<div id="header">
		<div id="logo">
			<h1><a href="#">Sistema</a></h1>
		</div>
	</div>
	<div id="menu">
		<ul>
			
			<li><a href="index.html">Inicio</a></li>
                        <li class="current_page_item"><a href="#agendamento.html">Agenda</a></li>
			<li><a href="a.html">Cliente</a></li>
			<li><a href="b.html">Funcionario</a></li>
                  
		</ul>
	</div>
	<div id="page">
		<div id="page-bgtop">
			<div id="page-bgbtm">
				<div id="content">
					<div style="clear: both;">&nbsp;</div>
                                          <img src="p.png"/>
                                          <script src="http://www.google.com/jsapi?key=ABQIAAAA3EOirlH7z7XYgtOH9YDErRQ6_UIOfPGHgVRITLRv-xRWPpAwvxQRmJALZiKCck5hlCIsDmb5MH1AmA" type="text/javascript"></script>
                                          <script type="text/javascript"  src="org.yournamehere.Main/org.yournamehere.Main.nocache.js"></script> 
				</div>
				<div style="clear: both;">&nbsp;</div>
			</div>
		</div>
	</div>
</div>
<div id="footer">
	<p>Copyright (c) 2011 Mariana Vecci. All rights reserved.</p>
</div>
</body>
</html>

Obrigadaa!

1 Resposta

R

Mariana,

Tem como você disponibilizar o arquivo style.css ou o seu conteúdo!?!?
Acho que ajudaria para tentar ver alguma alternativa para o problema que você relatou.

Criado 4 de novembro de 2011
Ultima resposta 7 de nov. de 2011
Respostas 1
Participantes 2