在IE中绝对定位GWT TextArea?

时间:2010-06-20 09:38:17

标签: html gwt textarea wrapping

TextArea textarea1 = TextArea.wrap(DOM.getElementById("t"));

在onModuleLoad()中,我写了两行:

textAreaStyle = "position:absolute;top:0px;";

textarea1.getElement().setAttribute("style", textAreaStyle);

在Firefox和Chrome中,textarea位于绝对位置,距离顶部0px,但是 在IE中,textarea保持默认位置。

我的代码中是否有错误?

0 个答案:

没有答案