I have a form that I need to hide until a long faq is selected. It looks better when I use something like fancybox or colorbox ... however, for some reason I cannot understand that it violates the send action.
I have work with simple view / hide with jquery and some css properties for modal positioning. I can't get it to work just like plugins, though ... for example, the main problem is that the hidden box is positioned absolute from the top of the page. This is a problem because if someone scrolls around the page, they won’t see it until they scroll through the backup ... plugins always bring modal blind spots on the page, no matter where you scroll. Can I achieve this only through css?
source
share