Sort arrow icons - how to change it from backgroud to img? / Sorting the images
Sort arrow icons - how to change it from backgroud to img? / Sorting the images
Hello!
I've got a problem with proper displaying of the sorting th arrows - I'm already using some image on the background of the element, so the arrows can't show up/override the css style. How can I force them to show up as an image? Maybe I could somehow put them in a div? Actually div would be greate method, as the arrow images could stay defined as background (of the div, not of the ). How can I achieve that?
Another question is - how to setup the sorting so it could work on my images in rows? It could sort the images by their title or alt attribute?
I've got a problem with proper displaying of the sorting th arrows - I'm already using some image on the background of the element, so the arrows can't show up/override the css style. How can I force them to show up as an image? Maybe I could somehow put them in a div? Actually div would be greate method, as the arrow images could stay defined as background (of the div, not of the ). How can I achieve that?
Another question is - how to setup the sorting so it could work on my images in rows? It could sort the images by their title or alt attribute?
This discussion has been closed.
Replies
[code]
table.display th. span.sort_dir
table.display th.sorting_desc span.sort_dir
table.display th.sorting_asc span.sort_dir
[/code]