I apologize in advance , using a translator.
There was a following situation . Need to implement a pop-up window with CSS and put into working shape.
Pop-up form looks like this:
Is it possible this implementation ? Through the plugin did not work
Thank you for your attention!
There was a following situation . Need to implement a pop-up window with CSS and put into working shape.
Pop-up form looks like this:
</body>
<!-- form that pops up after pressing a certain button -->
<a href="#x" class="overlay" id="errors"></a>
<div class="popup">
<h2>title</h2>
<p>some text</p>
There should be our form
<a class="close-popup" href="#close"><span class="close-popup-arial">×</span></a>
Is it possible this implementation ? Through the plugin did not work
Thank you for your attention!