Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 4th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div id="messages">
  2.     <section class="message info sticky">
  3.         <header>Hey, look at this.</header>
  4.         <p>This is an example of a sticky info message. The user needs to manually close it.</p>
  5.     </section>
  6.     <section class="message error">
  7.         <header>Uh oh.</header>
  8.         <p>This error message will self destruct shortly.<p>
  9.     </section>
  10. </div>