I've a problem with the msDropDown plugin, It seems to work perfectly but when I click the first time on it, the child box with the options appears only by 3px. Then with a second click, it works fine.
I'm using Chrome, Jquery 1.9.1 and msDropDown 3.5.2
I was dealing with same problem and simple solution is to define exact height of LI elements in "child box". For example:
This works form me.