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 {
border: 1px solid #ccc;
width: 100%;
}
myTable th {
background-color: #eee;
background: #eee url(images/icon-table-sort.png) no-repeat 2px 8px;
padding: 4px 4px 4px 14px;
}
myTable tr {
background-color: #eee;
padding: 4px;
}
myTable tr.altRow {
background-color: #fff;
}
myTable td {
padding: 0 2px;
}
. . .