jquery tablesorter CSS arrow icons
问题 This is really more of a CSS question than a jQuery question. I'm using the tablesorter jQuery plugin to sort tables dynamically. Here's what it looks like currently: Here's the CSS code that I'm using: th.sortable{ font-weight: bold; cursor:pointer; background-repeat: no-repeat; background-position: center right; } th.headerSortUp { background-image: url("arrow-up.gif"); } th.headerSortDown { background-image: url("arrow-down.gif") } The problem that I have with the current implementation is