Skip to content

Instantly share code, notes, and snippets.

@Shadowfiend
Created July 18, 2011 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shadowfiend/1089717 to your computer and use it in GitHub Desktop.
Save Shadowfiend/1089717 to your computer and use it in GitHub Desktop.
HTML for popups with arrows
<div class="popup left-arrow">
<h5>Stumped?</h5>
<p>Post your question here and other people on OpenStudy will help you find
the answer!</p>
<a class="close">close</a>
<div>
<input id="hide-tips" type="checkbox" />
<label for="hide-tips">Don't show tips</label>
<button class="close">Close</button>
</div>
</div>
@phpwebguru
Copy link

do not we need css classes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment