eventObj = event.srcElement; SelRGB = eventObj.style.backgroundColor.toUpperCase();//计算出RGB(XX,xx,xx) SelColor = getDefaultStyle(eventObj, 'backgroundColor');//计算出#XXXXXX } else { eventObj = event.target SelRGB = this.GetFirefoxColorValue(eventObj.style.backgroundColor.toUpperCase(...
一、getComputedStyle是一个可以获取当前元素所有最终使用的CSS属性值,返回的是一个CSS样式声明对象 , 只读, 此方法支持Firefox浏览器;语法:var style=window.getComputedStyle(“元素”,“伪类”);第一个参数是必须的,第二个为可选的。二、currentStyle 是一款可以兼容IE浏览器的属性返回的是当前所...
在js中获取在css中设置的background-image值 1. html部分 2. css部分 .bg-color-two{width:40px;height:40px;background-image:url(811915c596d17e09d4f85bd7e80ccee7.jpg);background-size:40px 40px; }.bg-color-three{width:40px;height:40px;background- image:url(675aa3366a8cda46febf0053c82...
getComputedStyle(div1)["background"].replace(/.*radial-gradient\(((?:(?!\s+repeat).)+)\).*/g,"$1");
1. html部分 2. css部分 .bg-color-two{width:40px;height:40px;background-image:url(811915c596d17e09d4f85bd7e80ccee7.jpg);background-size:40px 40px; }.bg-color-three{width:40px;height:40px;background- image:url(675aa3366a8cda46febf0053c82e4f27.jpeg);background-size:40px 40px;...