beat wrote:
e.g.:
. cbRegistration .sectiontableentry1,
. cbRegistration .sectiontableentry2 {
background-color: white;
}
hey guys, thanks very much for posting this, the css that worked for me was:
/*----CB ONLY ALTERNATE ROW STYLING-----*/
.cbRegistration .sectiontableentry1 td,
.cbRegistration .sectiontableentry2 td {
border-bottom: 0px !important;
}
/*--END CB ONLY ALTERNATE ROW STYLING--*/
[note: for some reason there was a space between the . and cbRegistration when i copied it which caused the css not to work, so just remove the space and it works]
Post edited by: rw1, at: 2009/04/23 20:09