buenas gente, estoy intentando hacer funcionar el módulo pngfix, pero no hay manera.
Sigo las instrucciones del mismo.
Comma seperated list of CSS classes to apply the PNG Fix to (use jQuery Selectors). The CSS class must be for the element that surrounds the image, and not for the image itself. In the case of , use .pngfix to apply the PNG Fix to the image.
De hecho, he modificado el page.tpl.php porque el logo de zen en vez de llevar una clase lleva id.
< code>
<?php
if ($logo):
?><?php
print $base_path;
?><?php
print t('Home');
?><?php
print $logo;
?><?php
print t('Home');
?><?php
endif;
?>Pero el resultado es. http://cliente.mutantia.com/porta , en ie 6 se sigue viendo mal la transparencia.
Alguna idea
Gracias
Oskar