Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2922455
By: fgiust

you should be able to achieve the desired result using css only, I don't think
that manually generating different title would be a clean solution.

Try assigning the background arrow image to the link inside the column header

table thead th.sorted a {
  background-image: ...;
  background-position: right;
  padding-right: 10px;
  ...
}



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to