Advertisement
octomoosey

slider 3

Jan 20th, 2016
1,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <div id="box1" class="popup_block">
  2. <div id="menu"><ul>
  3. <li class="menuItem"><a href="">01. about</a></li>
  4. <li class="menuItem"><a href="">02. ask</a></li>
  5. <li class="menuItem"><a href="">03. explore</a></li>
  6. <li class="menuItem"><a href="">04. family</a></li>
  7.  
  8. <div class="slidecr"><div class="close"><a href=""><img src="https://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png"</a></div></div>
  9. </ul></div>
  10.  
  11. <div id="slides">
  12.  
  13.  
  14. <!-- this is the start of the first slide -->
  15. <div class="slide"><div class="slidetx">
  16.  
  17. <h1>H i s t o r y</h1>
  18.  
  19. <b>You can add as much text as you like and any images - the box will add a scroll bar when needed!</b><p>
  20.  
  21. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<p>
  22.  
  23. <img src="https://31.media.tumblr.com/2603c3495b0ddd29fbe671dc025dae06/tumblr_inline_nc7gtzdnQL1si7bjl.gif">
  24.  
  25. <h1>T o d a y</h1>
  26.  
  27. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
  28. </div></div>
  29.  
  30. <!-- end of the first slide - copy from start to end and paste below to add more pages -->
  31.  
  32. <!-- start of the second slide - askbox -->
  33.  
  34. <div class="slide"><div class="slidetx">
  35. <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="https://www.tumblr.com/ask_form/YOURURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  36. </div></div>
  37.  
  38. <!-- start of the third slide -->
  39.  
  40. <div class="slide"><div class="slidetx">
  41.  
  42. Your content goes here
  43.  
  44. </div></div>
  45.  
  46. <!-- end of the third slide -->
  47.  
  48. <!-- start of the fourth slide -->
  49.  
  50. <div class="slide"><div class="slidetx">
  51.  
  52. Your content goes here
  53.  
  54. </div></div>
  55.  
  56. <!-- end of the fourth slide -->
  57.  
  58. <!-- paste more sections here for more slides -->
  59.  
  60. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement