资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
CSS/HTML教程
>>>
css静态滤镜
很无聊的把n个滤镜堆在一起就成了下面这个效果,呵呵
IE5.5+ Only
<style> #pp00 { width:950px; height:256px; position:absolute; left:10px; top:0px; background-color:#000060; font-size:256px; } #pp01 { width:0px; height:256px; background-color:red; position:absolute; left:10px; top:0px; filter:Alpha(style=1,opacity=30,finishOpacity=70,startY=0,finishY=256); } #pp02 { width:960px; height:256px; letter-spacing:-30px; background-color:white; color:black; position:absolute; left:0px; top:0px; filter:Chroma(color=#000000) Glow(color=gold,strength=3) DropShadow(color=#0000F0,offX=-3,offY=-3,positive=true) Blur(Enabled=false,makeShadow=true,pixelRadius=1.0) Wave(add=false,freq=0,strength=5,lightStrength=8,phase=100); font-size:256px; font-weight:bold; } #pp03 { position:absolute; left:30px; top:320px; } </style> <div id="pp00"> <div id="pp01"></div> <div id="pp02">诘屈聱牙</div> </div> <div id="pp03"> <input type=checkbox value="0" onpropertychange="pp02.filters[value].enabled=checked;" checked>Chorma <input type=checkbox value="1" onpropertychange="pp02.filters[value].enabled=checked;" checked>Glow <input type=checkbox value="2" onpropertychange="pp02.filters[value].enabled=checked;" checked>DropShadow <input type=checkbox value="3" onpropertychange="pp02.filters[value].enabled=checked;" >Blur <input type=checkbox value="4" onpropertychange="pp02.filters[value].enabled=checked;" checked>Wave </div> <img src="/_New/_cj/myeditor/sysimage/space.gif" class="ewebeditor__script" _ewebeditor_fake_tag="script" _ewebeditor_fake_value="%3Cscript%3E%20%0D%0A%0D%0Afunction%20doL()%7B%20%0D%0A%20%20%20%20l%3Dpp01.offsetWidth%3B%20%0D%0A%20%20%20%20l%3D(l%3Epp01.parentNode.offsetWidth-20)%3F0%3Al%2B2%3B%20%0D%0A%20%20%20%20pp01.style.width%3Dl%3B%20%0D%0A%7D%20%0D%0A%0D%0AsetInterval(doL%2C20)%20%0D%0A%3C%2Fscript%3E">
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
教程首页
更多教程