Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/04/2011, 09:12
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años, 1 mes
Puntos: 34
Respuesta: Diseños para 2 tablas diferente en un mismo html, usando css claro, como?

Prueba esto
Código CSS:
Ver original
  1. #cero .style1 {
  2.     background-color: #008000;}
  3.        
  4. #uno .style1 {
  5.     background-color: #000000;
  6. }

y las tablas

Código HTML:
Ver original
  1. <table id="cero">
__________________
elGastronomo