今天调页面的CSS,主要是IE6,遇到两个问题,

   一个是IE6 PNG图片的透明问题。

   解决方法如下:

   background:url(a.png) repeat-x 0 0; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="a.png" ,sizingMethod="crop"); 

   可以参考这篇文章:http://apps.hi.baidu.com/share/detail/16871084

   一个是IE6 ,IE7 Z-index 无效,原因是Z-index属性要从父级别读起,即使本身的Z-index非常高,但是父级很低,那么也是无效的。

  可以参考这篇文章:http://apps.hi.baidu.com/share/detail/16021754

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-11-24
  • 2021-06-14
  • 2021-07-14
  • 2021-11-19
  • 2021-08-12
  • 2021-06-28
猜你喜欢
  • 2021-06-29
  • 2021-09-27
  • 2021-06-19
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案