<html> <head> <title>设置反转</title> <style type=text/css> <!-- h2{font-family:黑体;font-size:15pt} .invert{filter:invert} --> </style> </head> <body> <center> <h2>设置反转效果</h2> </center> <hr> <table> <tr> <td>原图</td> <td>反转效果</td> </tr> <tr> <td width=300px><img src="21-1-1.jpg" width="360" height="360"></td> <td width=300px><img class="invert" src="21-1-1.jpg" width="360" height="360"></td> </tr> </table> </body> </html>
初级程序员
by: 正仔 发表于:2013-04-02 11:50:44 顶(0) | 踩(0) 回复
我测试的怎么无效啊……
回复评论