Source code

Revision control

Copy as Markdown

Other Tools

<script id="script" xmlns="http://www.w3.org/1999/xhtml">
function doe(){
document.getElementById('a').removeAttribute('style');
}
setTimeout(doe,100);
</script>
<box id="a" style="position: absolute; display: block;">
<menuitem sizetopopup="always">
<menupopup style="position: absolute; display: block;"/>
</menuitem>
<box style="position: fixed; display: block;">
<tree>
<treecol>
<treecol/>
</treecol>
</tree>
</box>
</box>
</window>