iframe-content.html 630 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5. <title>perfect-scrollbar example</title>
  6. <link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
  7. <style>
  8. .contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px;}
  9. .contentHolder .content { background-image: url('./azusa.jpg'); width: 1280px; height: 720px; }
  10. .spacer { text-align:center }
  11. </style>
  12. </head>
  13. <body>
  14. <div id="Default" class="contentHolder">
  15. <div class="content">
  16. </div>
  17. </div>
  18. </body>
  19. </html>