public class DocumentStyleImplIE6 extends DocumentStyleImplIE9
This implementation is used for MSIE 7 and 8 browsers.
| 构造器和说明 |
|---|
DocumentStyleImplIE6() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearOpacity(com.google.gwt.dom.client.Element element)
Removes the opacity attribute from the element's inline-style.
|
getComputedStyle, getPropertyNamecamelize, getCurrentStyle, hyphenizepublic void clearOpacity(com.google.gwt.dom.client.Element element)
DocumentStyleImplclearOpacity 在类中 DocumentStyleImplelement - the DOM element to manipulateDocumentStyleImpl.clearOpacity(com.google.gwt.dom.client.Element)