Metalskin

snippet of html for jQuery tools overlay

Jan 5th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <p>
  2. <button class="modalInput" rel="#prompt">User input</button>
  3. </p>
  4. <div id="prompt" class="modal" style="top: 75.7px; left: 347.5px; position: fixed; display: none;">
  5. <h2>Create an annotation</h2>
  6. <p>Enter the required details to create an annotation for the highlighted text.</p>
  7. <form>
  8. <input>
  9. <button type="submit"> OK </button>
  10. <button class="close" type="button"> Cancel </button>
  11. </form>
  12. <p></p>
  13. </div>
Add Comment
Please, Sign In to add comment