Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/11/2010, 13:25
opzina
 
Fecha de Ingreso: marzo-2008
Mensajes: 1.020
Antigüedad: 16 años, 1 mes
Puntos: 21
Respuesta: Problema con alineado

Lo resolví de otra manera:

Código HTML:
<div id="footer">  		
 		<div id="close">
 			<p><img src="img/logo-footer.png" alt="Logo" /><span>|</span>www.localhost.com.ar<span>|</span>Todos los Derechos Reservados</p>
 		</div>
</div> 

Código HTML:
#footer {
	background: #6a747d;
	border-top: 2px solid #888f95;
	overflow: hidden;
	width: 100%;
	min-height: 140px;
	height: 100%;
	height: auto !important;
	clear: both;
	text-align: center;
}

#foot {
	padding: 30px 0 10px;
	width: 960px;
	margin-bottom: 20px;
	margin:0 auto;
	text-align:center;
	color: #FFFFFF;
}

#foot span {
	margin: 0 10px;
}