Categories | Question details Back To List | ||
dhtmlx CSS errors The Firefox's error console shows quite a few css errors in the dhtmlx css code. In fact, using W3C CSS Validator (http://jigsaw.w3.org/css-validator) on your RSS reader demo produced 167 errors; http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.dhtmlx.com%2Fdocs%2Fproducts%2FdemoApps%2FdhtmlxRSSReader%2Findex.html&profile=css21&usermedium=all&warning=1&lang=en Some are very basic, like inserting "=" instead of ":" others seem little out there (eg. amargin-left: 1px;). Why so many errors? Best regards, Denis Answer posted by Alex (support) on Feb 10, 2009 02:49 All mentioned at this page css properties are necessary for the components. Currently we are not planning to change the css classes. Some of the properties are special for FireFox (like -moz-user-select), some - for IE. |