我面临着一个奇怪的问题。我建立一个网站,其中一部分取决于透明图像。我使用JavsScript将它们添加到页面中,图像本身是带有transperant背景的PNG。这些图像在Firefox和IE中以透明的背景显示,但出于某种原因不在Chrome中显示。
这里是我添加JavaScript的图片,如果有帮助的话。谢谢。
<div style="float:left;"><img style="position:absolute; image-orientation:from-image; background-:transparent; margin-top:-14px; margin-left:'+(-13+added_left).toString()+'px;" width="'+(total_width+27).toString()+'" height="'+ (max_height+23).toString() +'" src="[image source]" /> </div>