window.getComputedStyle(dom对象,"伪类").style属性;
element.currentStyle.style属性;
if( window.getComputedStyle ){ } else if( document.body.cyrrentStyle ){ }