为了纪念四川汶川地震逝去的四川汶川同胞,我们把网页变成灰色的.
下面是如何把网页变成灰色的代码.


在网页/模板(master.page)的HTML代码<head>和</head> 之间插入:

<style>
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
</style>

相关文章:

  • 2021-09-20
  • 2022-12-23
  • 2021-11-14
  • 2021-10-22
  • 2022-01-28
  • 2022-12-23
  • 2022-01-26
  • 2022-02-22
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2021-10-19
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-08-28
相关资源
相似解决方案