Cell background color for FixedColumn
Cell background color for FixedColumn
![RKDivoii](https://secure.gravatar.com/avatar/ea13dfefdf04abd72ec7529c7e718ecb/?default=https%3A%2F%2Fvanillicon.com%2Fea13dfefdf04abd72ec7529c7e718ecb_200.png&rating=g&size=120)
Hey there! I am using the FixedColumn plug-in and hoping to set a different cell background color for my fixed columns. I have tried to alter these fields in the fixedcolumns.css file but they don't seem to work:
/* Block out what is behind the fixed column's header and footer *
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
background-color: white;
}
/* Block out the gap above the scrollbar on the right, when there is a fixed
* right column
*/
div.DTFC_Blocker {
background-color: white;
}
Please help!
This discussion has been closed.