I have a form that populates the country field dynamically using AJAX:
http://interactiveblend.com/ajax/dynamic.html As you can see, this drop down is too long and runs off the bottom of the page.
When I hard code the select list, it looks fine - http://interactiveblend.com/ajax/static.html
Any idea on how to make the dynamic list shorter so the items can be scrolled within the drop down list?