One update to this issue;
This is NOT a problem in Firefox, but only IE, so I suspect the trouble may lie in CSS interpretation... once again, any insight would be helpful... thanks!
Regards,
--Chris
>>> [EMAIL PROTECTED] 6/14/2006 9:11:05 AM >>> I am using display tag 1.1 and am noticing an issue with the hyperlink that invokes sorting in the header. The hyperlink includes the sorting icon(s) only in the first column of a multi-column table, but not in any of the others. The sorting works, and the arrow graphics change correctly, but as I have placed the sort graphic at the right of each column, there is often some distance between the column header name and the graphic, and the tendency is to click the sorting 'button', which only works in the first column of the table, but not the others.
The following is a css snippet that shows how I have set this up. If anyone could tell me how to get the sorting link to include the sort graphic across all column headers in my display table(s), I would be grateful.
th.sorted a, th.sortable a {
background-position: right; background-repeat: no-repeat; display: block; padding-right: 10px; } th.sortable a { background-image: url(images/arrow_off.gif); } th.order1 a { background-image: url(images/arrow_up.gif); } th.order2 a { background-image: url(images/arrow_down.gif); } Regards,
--Chris |
_______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user