perfect-scrollbar/examples/iframe-content.html

21 lines
630 B
HTML
Raw Permalink Normal View History

2014-09-11 05:25:37 +08:00
<!DOCTYPE html>
<html>
2014-09-11 05:25:37 +08:00
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2014-09-11 05:25:37 +08:00
<title>perfect-scrollbar example</title>
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
2014-09-11 05:25:37 +08:00
<style>
2015-02-21 20:53:42 +08:00
.contentHolder { position:relative; margin:0px auto; padding:0px; width: 600px; height: 400px;}
2014-09-11 05:25:37 +08:00
.contentHolder .content { background-image: url('./azusa.jpg'); width: 1280px; height: 720px; }
.spacer { text-align:center }
</style>
</head>
<body>
<div id="Default" class="contentHolder">
<div class="content">
</div>
</div>
</body>
</html>