I have just discovered that IE 7 refuses to support multiple css classes of the form:
.foo.bar {}
and instead will read that as
.bar{}
This caused me a variety of small problems with scheduler’s css, which relies heavily on this technique. Most importantly, it causes my site’s styles to clash with the scheduler’s styles, which both use classes like “active”. Heh.
Most likely, I will be dropping support for IE 7. Have you encountered this issue? What browser versions does the scheduler support?
Thank you!
Kate