In my form I place control elements in a line: button, select box, checkbox. It looks logically right. But since I've started using jQuery UI I see strange vertical of select box.
Solution 1:
You can use vertical-align : middle;
on your select-menu and button to align them vertically :
JSFIDDLE
Post a Comment for "Jquery Ui Selectmenu Vertical Position Offset (relatively To Buttons In This Line)"