You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
344 B

12 years ago
  1. table#sortTable th {
  2. background-image: url('../img/bg.gif');
  3. background-repeat: no-repeat;
  4. background-position: center right;
  5. cursor: pointer;
  6. }
  7. table#sortTable thead tr .headerSortUp {
  8. background-image: url('../img/asc.gif');
  9. }
  10. table#sortTable thead tr .headerSortDown {
  11. background-image: url('../img/desc.gif');
  12. }