Categories | Question details Back To List | ||
dxtmlxcombo: problem when resizing page with combo inside a table When I open the dropdownlist of the combo and start resizing the page, I got the combobox in the correct position but the dropdownlist still on the old position: <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="25%"><div id="combo_zone3" style="width:200px; height:30px;"></div></td> <td width="25%"> </td> <td width="25%"> </td> <td width="25%"> </td> </tr> <tr> <td width="25%"> </td> <td width="25%"> </td> <td width="25%"></td> <td width="25%"> </td> </tr> <tr> <td width="25%"> </td> <td width="25%"> </td> <td width="25%"> </td> <td width="25%"> </td> </tr> </table> <script> var z=new dhtmlXCombo("combo_zone3","alfa3",200); z.addOption([[1,1111],[2,2222],[3,3333],[4,4444],[5,5555]]); </script> Answer posted by Support on Jan 31, 2008 05:42 |