Hello,
When i use autocomplete combo box the list which pop’s is below of the combo box,
but in my case im using framesets ,so the pop down list is going and hiding behing the frameset 2 if the autocomplete combo is at end of frameset 1.
So i want the combo list to be poped above the combo box when its at the end of frameset 1.
What should i do for this? do i have to change anything in css file.
Please help me…
Can be done as
var combo = new dhtmlXCombo(…);
combo.ListPosition = “Top”;