I am using Positon-Absolute’s jQuery inline form validation.
However I am not happy with the position of the error box, I would rather it sat next to the input box rather than above it. The jquery inserts the div above the input. Here is the demo.
Any ideas on how I can position it like this?
I think this can be achieved by overriding their css for classes responsible for displaying the error messages.