<HTML>
<HEAD>
<TITLE>ウェーブをかける</TITLE>
<style type="text/css">
<!--
/* IE5.0以上の設定 */
.sample1 { filter:progid:DXImageTransform.Microsoft.Wave(freq=3,lightstrength=15,phase=30,strength=30,add=false) }
/* IE4.0以上の設定 */
.sample2 { filter.wave(freq=3,lightstrength=15,phase=30,strength=30,add=false) }
p { width : 120px ; background-color : ff00ff ; text-align : center }
div { width : 120px ; height : 120px ; position : absolute }
-->
</style>
</HEAD>
<BODY>
<p class="sample1">あものHTML</p>
<div class="sample1"><img src="cat.gif"></div>
</BODY>
</HTML>