Mootools: Formcheck tips over lightbox
I have a form on a lightbox, that form is server side validated with PHP (no issues there) and client side validated with formCheck for Mootools, Is it possible to show the 开发者_运维问答error messages on top of a lightbox?
By default it shows them under the lightbox, and therefore useless to the user filling the form, since they cannot be seen.
Any way of getting over this?
fix the z-index's?
精彩评论