Visibility

Begonnen von diabolo, 08 Februar 2006, 19:53:18

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

diabolo

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";




Andi

Hello diabolo  :)

thank you for the reference.
Your solution is absolutely correct.
We will fix it in 0.1.8  ;)
schön´s Grüssle, Andi