I’m trying to position the jquery validate message under the select box and text box. I’ve almost have it working for “Change timezone” but not for “Submit”. Not sure why the header Email alerts is positioned centered in the fiddle. It doesn’t look that way on my page.
Here is the fiddle: http://jsfiddle.net/ALUQB/16/
Click both the change timezone and submit button to see what I mean.
First you missed the container
divfor he second tag and you need to adjust yourpositionvaluues. Here is a reworked example:Reworked Working Example