Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/02/2011, 13:33
MACvsWINDOWS
 
Fecha de Ingreso: enero-2011
Mensajes: 158
Antigüedad: 13 años, 3 meses
Puntos: 2
Respuesta: Dos tablas con distinto diseño en una misma página.

Cita:
Iniciado por leo_nqn Ver Mensaje
sabes usar css????

.clase1{
}

.clase2{
}
y sabes tu pasar esto a una ÚNICA clase??

Código HTML:
table { 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse:collapse;	
	background:#e8eef7;
	color:#000; 
	
	}
#itsthetable > table {width:99%;}
#itsthetable {
	height:500px;
	overflow:auto;
	background:#c6dbff; 
	
	text-align:left;
	}
caption { 
	height:102px;
	font-size:15px;  
	color:black; 
	
	}

	
th
tr th, tr td {border-bottom:1px solid #ccc; border-left:1px solid white}

tbody tr th  {
	width:auto;
	height:90px;
	
	}
tbody tr td  {
	height:1.7em;
	text-align:left;
	
	
	}
thead { background:#fff;}
tr th + td + td + td + td {
	
	
	font-size:0.9em; 
	} 
tr.odd th + td + td + td + td {
 

	font-size:0.9em; 
	background:none;
	} 
tfoot th, tfoot td {
	height:105px;
	font-weight:bold; 
	height:2.0em; 
	
	}
tfoot th{
	height:102px;
	}
tfoot td {height:102px;
	}