i added a class for every row in html. this class is call odd or even. then i have two css-styles
#table_result tr.even td {
background-color: #FFFFFF;
}
and the same for even. this is for users who dont have JavaScript enabled to get alternating rows.
but with this style, colorize won't do anything. is this a known problem?
i have a problem with
i have a problem with colorize:
i added a class for every row in html. this class is call odd or even. then i have two css-styles
#table_result tr.even td {
background-color: #FFFFFF;
}
and the same for even. this is for users who dont have JavaScript enabled to get alternating rows.
but with this style, colorize won't do anything. is this a known problem?