Hi,
i am using the combobox in a existing page, to get a better look&feel:
var z=dhtmlXComboFromSelect(“sap-language”);z.disable(false);z.readonly(true);
So far so good. the layout of the form fields are realized via nested tables. i cannot change anything there,
becaus it is rendered via a framework.
When resizing the screen, the combox does not get its new position: it remains in its old place.
If tried the solutions in this kb combined with , but this doesn’t help.
Best regards, Stefan
Please, provide the sample to recreate the issue. Possibly we can help…
Thank you,
i’ve attached a picture and a the source (without referenced external js and css)
Best regards,
Stefan
combo.txt (12 KB)
the issue was reproduced. Please, try to apply the following style - locally it solved the issue:
.dhx_combo_box{
position:static !important;
}
… this solves my problem … thnx, Stefan