| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 725 人关注过本帖
标题:滤镜没有效果?怎么办?
取消只看楼主 加入收藏
拒绝飞翔的燕
Rank: 1
来 自:郑州
等 级:新手上路
帖 子:5
专家分:0
注 册:2009-11-11
结帖率:50%
收藏
 问题点数:0 回复次数:0 
滤镜没有效果?怎么办?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
time{font-family:comic sans ms;
font-size:14pt;
font-weight:bold;
color:#00008D;
}
</style>
<script language="javascript" type="text/javascript">
var ctimer;




function settimes(){
tim2.style.left=tim1.style.posLeft;
tim2.style.top=tim1.style.posTop+tim1.offsetHeight-6;
var time=new Date();
h=time.getHours();
m=time.getMinutes();
s=time.getSeconds();
if(h<10){h="0"+h;}
if(m<10){m="0"+m;}
if(s<10){s="0"+s;}
tim1.innerHTML=h+":"+m+":"+s;
tim2.innerHTML=h+":"+m+":"+s;
ctimer=setTimeout('settimes()',1000);
}


</script>
</head>

<body onload="settimes()">
<center>
<h1>水中倒影</h1>
<hr/>
<div id="tim1" style="position:relative;width:10;height:10;top:100;left:100" class="time"></div>
<div id="tim2" style="position:absolute;Filter:Flipv()alpha(opacity=20);font-style:italic" class="time"></div>
</center>
</body>
</html>
搜索更多相关主题的帖子: 滤镜 效果 
2009-11-11 15:24
快速回复:滤镜没有效果?怎么办?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017182 second(s), 10 queries.
Copyright©2004-2025, BC-CN.NET, All Rights Reserved