I'm using Foundation CSS. But the dropdown select I use as a simple HTML tag.
The problem is that dropdown is not working on small (mobile) windows.
I reproduced the error here http://jsfiddle.net/BZrT8/1/ (in CSS block I added both foundation.css and main.css I use).
I found that the problem is caused by the float:left;
property of .row .mobile-three
property in foundation.css
Any ideas why float:left;
makes the dropdown list not working? And how to fix it?