Graag wil ik de volgende popup gebruiken en deze automatisch openen bij het eerste bezoek.
http://www.zurb.com/playground/reveal-modal-plugin
Om hem te openen gebruik ik nu:
<a href="#" class="big-link" data-reveal-id="myModal">
Fade and Pop
</a>
en
<div id="myModal" class="reveal-modal">
<h1>Reveal Modal Goodness</h1>
<p>This is a default modal in all its glory, but any of the styles here can easily be changed in the CSS.</p>
<a class="close-reveal-modal">×</a>
</div>