hi…
i am very interested in dhtmlxForm, cos we could easyly control, and validate form using it…
but there are some problem with stylng, for example : dhtmlxForm always using background white and some margin so it mess other components style, so i must override this style
for example:
.parent .dhxlist_obj_dhx_skyblue{
background-color : #EFEDE0 !important;
}
.parent .dhx_list_btn {
margin:0px !important;
}
and here more problem… i cant positioning the form horisontally side to side, new element always bellow the previous
what should i do?