Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/10/2006, 16:44
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Hola Carxl, como bien dice marce_str, tienes que cambiar el heigth, aunque tambien añadirle esto height:10px; y line-height:10px; (por ejemplo, adáptalo a tu diseño):

Código:
#pie{
	clear:both;
	text-align:center;
	padding:6px 0px;
	background:#F2FFFF;
	height:10px;
	line-height:10px;
	border-top:1px solid #cccccc;
}