i've have a drop down menu box on the same page as my
cute editor control:
<select>
<option>hello</option>
<option>goodbye</option>
</select>
my problem is that when i right click in the cute editor control a popup menu appears.
if the popup menu happens to popup at the same location as the drop down menu,
the popup menu appears BELOW the drop down menu.