dhtmlxcombo inside a table and inside a div: very strange be

I have, inside the body tag, a situation like the following…

























                            














With Firefox it seems to work fine, while with IE I get a very strange behavior when I resize and when I open the comboboxlist. With Safari the position seems ok but when I open the listbox I don’t see any option…

Problem caused by
    <div style="height:24px; width:355px; position: relative; top:4px; ">

In case of IE, container with relative positioning break normal offset calculation, and javascript routine just can’t calculate position properly.
The only possible solution - add some hardcoded fix for IE , especially for layour in question ( dhtmlxcombo.js _positList method )