I've noticed that form labels don't properly align horizontally with the Select they describe (at least in Firefox). Any idea why and what can be done to fix this?
This isn't a problem on my Android phone, as the Label shows up above the Select. But I'm hoping to use the same code base for my mobile and regular web app.
Here's a page that shows the issue I'm referring to:
http://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-all.htmlNotice that the text "Choose shipping method" is lower than the SELECT menu to which it applies.