IE8 不显示的问题:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

 

1. 不要使用全局选择符*对VML元素添加样式。
             v\:*{behavior:url(#default#VML)} 需要修改为:
             v\:shape{b ehavior:url(#default#VML)}
             你使用了哪些VML元素就要添加相应的样式规则

 

 

资料:

http://blog.163.com/beyond_qh/blog/static/7063837201141331937598/

 

http://www.cnblogs.com/RitchieChen/archive/2013/01/10/2854218.html

相关文章:

  • 2021-07-14
  • 2021-05-28
  • 2021-10-09
  • 2021-12-19
  • 2021-11-04
  • 2021-11-14
  • 2021-10-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-08-15
  • 2021-05-20
  • 2021-09-06
  • 2021-12-10
相关资源
相似解决方案