Problem while using tablesorter CSS in JSP
Hi
Am using the same table sorter CSS in Html and Jsp but am not able get the same effect as that of in HTML.
for table header the Below css classes are not refering in JSP. Am not able to find the sorting arrows in the header,path of the image are correct though.
table.tablesorter thead tr.header {
background-image: url("../../../images/bg.gif");
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter thead tr.headerSortDown {
width: 120px;
background-image: url("../../images/desc.gif");
}
table.tablesorter thead tr.headerSortUp {
background-image: url("../../images/asc.gif");
width: 120px;
}