新闻详情

DIV 滤镜组合 图片倒影制作

2085 2009/3/25
<html>
<head>
<title>三个滤镜同时使用</title>
<style>
<!--
body{
 margin:12px;
 background:#000000;
}
.three{
 filter:flipv alpha(opacity=80) wave(add=0, freq=15, lightstrength=30, phase=0, strength=4);
 /* 同时使用三个滤镜 */
 /* 竖直翻转、透明、波浪效果 */
}
-->
</style>
   </head>
<body>
 <img src="lotus.jpg"><br>
 <img src="lotus.jpg" class="three">
</body>
</html>

相关资讯

18973218026
返回顶部