The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
/* tables */
table.tablesorter thead tr .header {
    /* background-image: url(bg.png); */
    background-repeat: no-repeat;
    background-position: 0% 80%;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp   { background-image: url(asc.png); }
table.tablesorter thead tr .headerSortDown { background-image: url(desc.png); }