button image on a dhtmlxForm

Hi,
I have a weird problem with the button image on a dhtmlxForm. Here is my code and screen shot.
Plz help me with it thx

dhxWins = new dhtmlXWindows();
dhxWins.enableAutoViewport(true);
dhxWins.attachViewportTo(“gridbox”);
dhxWins.setImagePath(“/Dhtmlx_pro/imgs/”);

                //open popup window
                var popupWindow = dhxWins.createWindow("newcontact_win", 0, 0, 220, 470);
                popupWindow.center();
                popupWindow.setText("Edit Product Code");
                //add form
                var newContactForm = popupWindow.attachForm();
                newContactForm.loadStruct("/xml/form.xml?i=4");

and my xml file looks something like this

<?xml version="1.0"?>

Hi

Could you please provide completed demo including all corresponding js/css files?

We can’t reproduce the problem:


Please, make a complete demo and attach it.
docs.dhtmlx.com/doku.php?id=othe … leted_demo