- 爱易网页
-
CSS教程
- CSS透视镜效果
日期:2013-06-02 浏览次数:21371 次
<style>
body{
background:url(http://www.zcool.com.cn/pic/background/23/bg23_005.gif);
overflow:hidden;
}
</style>
<body>
<script>
function id(obj){//取id函数
return document.getElementById(obj);
}
window.onload=function(){
id("mask").setCapture();
}
function mm(obj){
id("mask").setCapture();
obj.style.left=window.event.x-1500;
obj.style.top=window.event.y-1500;
}
</script>
<div id=mask style="position:absolute;width:3000;height:3000px;" onmousemove="mm(this);">
<div style="float:left;width:1490px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:20px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:1490px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:1490px;height:20px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:20px;height:20px;"></div>
<div style="float:left;width:1490px;height:20px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:1490px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:20px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
<div style="float:left;width:1490px;height:1490px;background-color:white;filter:alpha(opacity=50);"></div>
</div>
</body>
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。