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