How to have CSS affect every other element that's not invisible
I'm trying to work with CSS to alternate background color in my divs. I can do that, but which divs display changes. I'd like to be able to alternate only what's currently visible. Otherwise it's pretty random what background color…