F
foreveryouth
Unregistered / Unconfirmed
GUEST, unregistred user!
document.all.layer1.style.clip = "rect(0 150 50 0)";
与以下是否等效
document.all.layer1.style.clip.top="0";
document.all.layer1.style.clip.right="150";
document.all.layer1.style.clip.bottom="50";
document.all.layer1.style.clip.left="0";
可测试却达不到同样效果,该怎么写,请高手指点。谢谢!
与以下是否等效
document.all.layer1.style.clip.top="0";
document.all.layer1.style.clip.right="150";
document.all.layer1.style.clip.bottom="50";
document.all.layer1.style.clip.left="0";
可测试却达不到同样效果,该怎么写,请高手指点。谢谢!