Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS What’s the best way to line background images up across multiple elements? Re: What’s the best way to line background images up across multiple elements?

#123390
Chris Coyier
Keymaster

You don’t really need :not() – you could just adjust JS to add both .active and .inactive classes and style based on that. And use an actual table. (nobody will die).