Ya lo solucione
solo agregue dos clases con fondo
Código:
.alt {background-color:#78AAAF;}
.alt2 {background-color:#248CFF;}
y modifique esto en el php
Código PHP:
if ($oddcomment == 'alt') {
$oddcomment = 'alt2';
}else{ $oddcomment = 'alt';}
y listo ;)
Gracias..