Trying to have the label.error to show under the select element. I keep trying a bunch of things with float but I’m obviously missing the point.
Here is the fiddle
http://jsfiddle.net/ALUQB/5/ Press the “Change timezone” button and see it shows inline. I want it underneath the select.
Below is a possible solution (notice the extra
divelement):http://jsfiddle.net/ALUQB/7/
Adjust the
leftandbottomproperties as needed