Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/05/2010, 13:14
dark_lock
 
Fecha de Ingreso: marzo-2008
Mensajes: 43
Antigüedad: 16 años, 1 mes
Puntos: 1
Respuesta: Cambiar contenidos dentros de una capa div

Y aquí el css

Código:
.table{
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	border-bottom-width: 0px;
	width: 575px;
}

.tableRow{
	background-color: #ffffff;
    position:relative;
	width: 575px;
	height: 25px;
    color: #000000;
    font-size: 12px;
    border-bottom-style: solid;
    border-color: #000000;
    border-width: 1px;
}

.tableCell{
	background-color: #ddd;
	position: relative;
	height: 20px;
	padding-top: 5px;
	float: left;
}
Un saludo