Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/08/2009, 14:05
rrufo
 
Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 22 años, 3 meses
Puntos: 0
Respuesta: estilos solo a una tabla particular

puff no me aclaro

estoy intentado aplicar esto a una de mis tablas:

http://www.phatfusion.net/sortabletable/

y esta muy bien

pero su hoja de estilos
http://www.phatfusion.net/sortableta...tableTable.css


me pisa el resto de tablas

me modificado la hoja haciendo lo q me dijeron:

myTable table {

Código PHP:
myTable table {
    
border1px solid #ccc;
    
width100%;
}

myTable th {
    
background-color#eee;
    
background#eee url(images/icon-table-sort.png) no-repeat 2px 8px;
    
padding4px 4px 4px 14px;
}

myTable tr {
    
background-color#eee;
    
padding4px;
}

myTable tr.altRow {
    
background-color#fff;
}

myTable td {
    
padding0 2px;
}

. . .