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 curren
Place a span tag in your th and style it with:
span
th
th.headerSortUp span { background: url("arrow-up.gif") right center no-repeat; padding-right: 15px; }