The dropdown boxes are not positioned properly.
Here is the code that causes it. just past it between the Form tags
<table width=100px height=600px><tr><td>
<div style="OVERFLOW: auto; height=600px"><div>1<br>
<ce:editor id="Editor3" runat="server"></ce:editor>
2<br>
<ce:Editor id="Editor1" runat="server"></ce:Editor>
3<br>
<ce:Editor id="Editor2" runat="server"></ce:Editor>
4<br>
<ce:Editor id="Editor4" runat="server"></ce:Editor>
5<br>
6<br>
<ce:Editor id="Editor5" runat="server"></ce:Editor>
7<br>
<ce:Editor id="Editor6" runat="server"></ce:Editor>
8<br>
<ce:Editor id="Editor7" runat="server"></ce:Editor>
9<br>
10<br>
<ce:Editor id="Editor8" runat="server"></ce:Editor>
</div></div></td></tr>
</table>
I need the scroll functionality.. but how do i fix the dropdown boxes?