I’m using Jquery ui on my university’s website but they are using Serena Collage with prebuilt templates with their own styles.
The widget im using works in firefox but not ie7, which is kind of buggy.
The mater template’s css is obviously the culprit.
How do I !important the Jquery UI css file or easily !important a whole style.
You can’t.
!importantis set on a per property basis (and its enough of a sledgehammer that it is best avoided there, let alone globally).Write your selectors so they are more specific.