Generic-user-small Lawrence E. ... 9 posts

Hi -

In chapter 2, I can’t seem to find any css for switching colors between even and odd comments (the comment-content selector), and, indeed, it doesn’t work. Adding dynamic comments works fine other than that.

Larry Lewis

 
Ryanirelan_headshot_48x48_small Ryan Irelan 73 posts

Larry, the CSS rule for that is located around line 494:

#comments .even {
    background-color:#eee;
} 
 
Generic-user-small Lawrence E. ... 9 posts

Ryan -

Thanks – I didn’t have the braces around the switch statement.

Larry

3 posts, 2 voices