I’m experiencing javascript errors as if some elements are not functions in javascript console.
Error: Error in parsing value for property ’display’. Declaration dropped.
Source File: ../assets/templates/modx/main.css
Line: 747 .clearfix {display: inline-block;}
Error: Unknown property ’filter’. Declaration dropped.
Source File: ../assets/snippets/maxigallery/lightboxv2/css/lightbox.css
Line: 86
Error: Error in parsing value for property ’display’. Declaration dropped.
Source File:../assets/snippets/maxigallery/lightboxv2/css/lightbox.css
Line: 101
Error: (new Element("div")).injectAfter is not a function
Source File: ../js/moo.js
Line: 697
//MooTools, My Object Oriented Javascript Tools. Copyright (c) 2006 Valerio Proietti, <
http://mad4milk.net>, MIT Style License.
I get even more errors when quickedit is enabled.
Is it because some of these functions are sharing libs? Any suggestions? My CSS Validates and so does my xhtml.
Lightbox and other gallery functions work, but my fade in graphics on my page don’t. How can I resolve the conflicts?
Thanks.