I want to highlight comments made by me (uid=2) and otherwise use alternate background colours for comments.
I created three classes in style.css
.authcomment {
background-color: #050C00;
}
.oddcomment {
background-color: #EFE7FC;
}
.evencomment {
background-color: #B3FCE8;
}
Now, I want to use authcomment for author comment, oddcomment for all odd no. comments and even comments for all even no. comments.
Can someone please share the code for achieving this. I am not able to implement this properly.
My blog : Pallab dot Net
My full comment file