573574575576577578579580581582583
CSSStyleDeclaration style = element.getStyle(); style.setPosition("absolute"); style.clearTop(); style.clearRight(); style.clearBottom(); style.clearLeft(); elementPositioner.appendElementToContainer(element); } /**