pragmaMx Support Forum

pragmaMx => Individuelle Anpassungen => Thema gestartet von: diabolo am 08 Februar 2006, 19:53:18

Titel: Visibility
Beitrag von: diabolo am 08 Februar 2006, 19:53:18
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";



Titel: Re: Visibility
Beitrag von: Andi am 08 Februar 2006, 22:51:05
Hello diabolo  :)

thank you for the reference.
Your solution is absolutely correct.
We will fix it in 0.1.8  ;)