会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
娜年娜月的爱[已转到www.c2d2.cn]
导航
博客园
首页
新随笔
联系
订阅
管理
公告
好看的文字效果
很好看的效果
<style>
body{
background-color:darkkhaki;
}
#plate{
filter:progid:DXImageTransform.Microsoft.Pixelate(enabled=false,duration=1,maxSquare=20);
background-color:white;
color:blueviolet;
width:200px;
height:80px;
font-family:verdana;
font-size:12px;
padding:20 20 20 20;
text-align:center;
font-weight:bold;
cursor:default;
}
</style>
<script>
String.prototype.reverse=function(){
var a=this.match(/[\s\S]/g);
if(!a)
return;
return a.reverse().join("");
}
function doPlay(){
var f=plate.filters[0];
f.apply();
plate.innerText=plate.innerText.reverse();
f.Percent=100;
//f.Enabled=true;
f.play();
}
</script>
<div id=plate onmouseover=doPlay() onmouseout=doPlay()>My name is mozart0,and your name is not</div>
posted on
2005-10-14 16:25
落落
阅读(
327
) 评论(
0
)
收藏
举报
刷新页面
返回顶部