I can't change my html because this is the hack for me to do something (sorting algo), however it broke my css because I can't use even and odd anymore..
try to add 1 and then follow by 2, it has the same background.. I tried to apply 3 classes for 3 li, doesn't work because there are various behaviour by users.
li:nth-child(even){
background:#DDD;
}