it works in IE 5, 6, 7, and 8.
for more info: http://code.google.com/p/ie7-js/
funciona en IE 5, 6, 7 y 8
para mas informacion: http://code.google.com/p/ie7-js/
/*
original: http://code.google.com/p/ie7-js/
*/
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta2)/IE8.js" type="text/javascript"></script>
<![endif]-->
</head>
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/715"></script>
Pour de plus d'information allez sur le site : http://catinon.info/blog/2006/01/24/3-le-point-sur-les-png-transparent-sous-ie6
/* A modifier dans la page CSS*/
/* A la place de :*/
background-image: url("image.png");
/* remplacer par :*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='image.png');
background-image: none;
/* !ATTENTION! Probleme sur les liens, pour resoudre ajouter: */
a, input
{
position: relative;
z-index: 1;
}
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/368"></script>
Pour telecharger la piece "pngfix.js" aller sur le site: http://catinon.info/blog/2006/01/24/3-le-point-sur-les-png-transparent-sous-ie6.
/* A ajouter entre les balise <head> */
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/367"></script>