How to make error messages appear on side the text field instead of under of it using mootools?
I am using mootools default form validator plugin for my project. I have created a "validation-advice" class in the css and display is given as "inline-block', but the er开发者_运维百科ror is getting displayed under the text field. I want it on the side of the text field. I have googled it, but no resource found on it. Can anybody help me on this ? Thanking you in advance.
The style seems to be specified inline using the plugin. So, your class definition is overwritten.
精彩评论