Forums

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

Home Forums CSS Select all classes containing a word? Re: Select all classes containing a word?

#124275
Paulie_D
Member

I think

[class*=”keyword”]
would select al classes containing ‘keyword’ whether it’s first, last or part of a name….right?

http://codepen.io/anon/pen/rpGob

http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/