Forums

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

Home Forums CSS [Solved] Adding 2 Classes in one element.? Re: [Solved] Adding 2 Classes in one element.?

#73761
thomasb86
Participant

The only issue you might encounter is with IE6 (no suprise) if you target both class’s in the CSS eg.

.some.othersome { color: red; }

IE6 will only see the last class in the selector (‘othersome’)