正文前端有用的CSS属性和JS方法IP云V管理员/2022-08-26/5 阅读 08/26提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 1、CSS属性:透明属性(值越大越不透明):IE:filter:alpha(opacity:30)Google:opacity:0.3层次属性(值大的会在上面):z-index:1002、JS方法:获取CSS属性:IE:obj.currentStyle[attr]Google:getComputedStyle(obj, false)[attr]