Object.style.clip=rect(top,right,bottom,left)|auto
top、bottom:指定偏移量从顶部开始算;
top、left:指定为auto时,值为0;
left、right:指定偏移量从左边开始算;
bottom、right:指定为auto时,值为100%。
clip属性只在设置了“position:absolute”或者“position:fixed”属性的元素中起作用。
Object.style.clip=rect(top,right,bottom,left)|auto
top、bottom:指定偏移量从顶部开始算;
top、left:指定为auto时,值为0;
left、right:指定偏移量从左边开始算;
bottom、right:指定为auto时,值为100%。
clip属性只在设置了“position:absolute”或者“position:fixed”属性的元素中起作用。