Can someone provide me the css necessary to make the sorting image not show
up underneath the column title? When the column width is not wide enough for
both the column title and the sort image, then the sort image goes behind
the title. I'd rather that the min width never got that small.
Here is the css I'm using now:
.simpletable th.sortable a, th.sortable a:visited, th.sortable a:hover{
background-position: right;
display: block;
background-color: transparent;
width: 100%;
}
.simpletable th.sorted a, th.sorted a:visited, th.sorted a:hover{
color: #990033;
background-position: right;
display: block;
background-color: transparent;
width: 100%;
}
.simpletable th.sortable a {
background-image: url(../images/sort-none.gif);
background-repeat:no-repeat;
}
.simpletable th.sortable a:hover {
background-repeat:no-repeat;
color: #0D0D0D;
}
.simpletable th.order1 a, th.order1 a:hover {
background-image: url(../images/sort-asc.gif);
background-repeat:no-repeat;
color: #0D0D0D;
}
.simpletable th.order2 a, th.order2 a:hover {
background-image: url(../images/sort-desc.gif);
background-repeat:no-repeat;
color: #0D0D0D;
}
TIA,
Brian Barnett
****************************************************************************
This email may contain confidential material.
If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.
****************************************************************************
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user