css动态模糊效果

第一步:把下面的脚本插入<head>与</head>之间:
<script>
function on(she){
girl=she
move=setInterval("moving(girl)",50)}
function off(she){
clearInterval(move)
she.filters.blur.strength=2 }
function moving(s){
if (s.filters.blur.strength<110)
s.filters.blur.strength+=5
else clearInterval(move)}
</script>
第二步:把下面的脚本插入<body>与</body>之间:
<p><a href="../index.htm"><img src="c.jpg" width="200" height="138"
style="position:absolute;top:70;left:390;filter:blur(add=1,direction=80,strength=2)"
onMouseOver="on(this)" onMouseOut="off(this)" width="337" height="87" border="0"></a> </p>
div+css详解定位与定位应用
引伸阅读*解读absolute与relative*position:relative/absolute无法冲破的等级*对《无法冲破的等级》一文的补充定位一直是WEB标准应用中的难点,如果理不清楚定
百分比的细节--容器大小篇
因为屏幕能显示的最小单位是1px,对于像773*50%=386.5这样带数字的长度必须有所取舍。测试页面,一些浏览器的截图标宽度也在里面IE:按四舍五入的方
你不一定知道的Label的For用法
HTML中的Label标签,未接触标准的恐怕会比较陌生。即使接触了标准,很多人也只是当成一个容器,用来解释表单中的元素。概念性的东西我这里就不罗