We have referenced the article "Different styles in each hierarchy level with skin applied" and have successfully changed the style of the DetailTable. However, the "Sort Ascending" and "Sort Descending" header images appear as placeholders with a blank image. How do we reference those images correctly in our style?
We currently have these styles:
We currently have these styles:
.detailHeader
{
background: #3065AE !important;
font-size: 8pt !important;
color: white !important;
background-image:url('Grid/sprite.gif') !important;
}
.detailItem
{
background: #E8F0FA !important;
color: black !important;
}
The detailHeader style tries to reference url('Grid/sprite.gif') as the background-image, but this isn't working correctly.