Hi pragmamx team ;)
I test a new thème and i ve error with http://jigsaw.w3.org/css-validator/
=visibility :hide
I've found this error in: /includes/mx_api_2.php
Line 38
echo "<div id=\"overDiv\" style=\"position:absolute; visibility:hide; z-index: 1000; background: transparent;\"></div>\n";
I've replace with:
echo "<div id=\"overDiv\" style=\"position:absolute; visibility:hidden; z-index: 1000; background: transparent;\"></div>\n";
Hello diabolo :)
thank you for the reference.
Your solution is absolutely correct.
We will fix it in 0.1.8 ;)