网页特效代码懂得来

overflow: hidden;left: 0;top: 0;width: 100%;height: 100%;margin: 0;padding: 0;这里是窗口位置(数字位可改)with(obj.style){ left = Math.round(x) + "px";top = Math.round(y) + "px";width = Math.round(w) + "px";height = Math.round(h) + "px";这里是窗口大小,...
网页特效代码懂得来
background: #222;
overflow: hidden;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
这里是窗口位置(数字位可改)

with(obj.style){
left = Math.round(x) + "px";
top = Math.round(y) + "px";
width = Math.round(w) + "px";
height = Math.round(h) + "px";

这里是窗口大小,(数字加在PX前面)2010-02-07
mengvlog 阅读 284 次 更新于 2025-10-30 16:42:25 我来答关注问题0
檬味博客在线解答立即免费咨询

CSS相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部