Hi, this happens because IE6 does not support alpha transparency on 24bit PNG images. Try adding
format: "image/gif", transparent: true to your layer params when using IE6. This will give you an 8-bit image with transparency. Regards, Andreas. fsalas wrote: > > Hi, > > I have one Open Layer projects with multiple layers , in Mozila > Firefox work very well , but when try to use IE only show one layer, > because the last layer hide the others. > > How I can resolve this problems? > > Regards , salas > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > -- Andreas Hocevar OpenGeo - http://opengeo.org/ Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
