哀悼的CSS(网站变灰)(雅安加油)

1350阅读 0评论2013-04-22 jialisoftw
分类:Web开发

Html代码:  
  1. >  
  2. <html>  
  3. <head>  
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  
  5. <title>雅安加油!title>  
  6. <style>  
  7. html {  
  8.         -webkit-filter: grayscale(100%);  
  9.         -moz-filter: grayscale(100%);  
  10.         -ms-filter: grayscale(100%);  
  11.         -o-filter: grayscale(100%);  
  12.         filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
  13.         _filter:none;  
  14.     }  
  15. style>  
  16.   
  17. head>  
  18. <body>  
  19.   
  20. <table> 
  21.     <tr>  
  22.         <td><img src="2013-04-21_155930.jpg"/>td>  
  23.     tr>  
  24. table>  
  25. body>  
  26. html>  

 之前

 

之后

by:

上一篇: PHP中htmlentities和htmlspecialchars的使用及区别
下一篇:busybox1-17.2编译出错