javascript - CssSandpaper library error - rules object empty -
i've got problem csssandpaper script. once run on 1 of site's pages, following error:
"rules null" in ff, "error: 'rules.length' null or not object" in ie, "uncaught typeerror: cannot read property 'length' of null" in chrome,
so object 'rules' undefined. here css div (id="texttransform"):
#texttransform { border: 1px solid green; -sand-transform: rotate(90deg); width: 23px; height: 74px;
}
has of ever had such issue? appreciated.
thanks
two things me caused "uncaught exception error" in combination csssandpaper.js , other required scripts css sandpaper library.
- html5doctor.com reset stylesheet
- typekit js
removing both of removed error
Comments
Post a Comment