<!DOCTYPE html>
<html>
<head>
<title>PDF frame scrolling test</title>
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> -->
<style>
#container { overflow: auto; -webkit-overflow-scrolling: touch; height: 500px; }
object { width: 500px; height: 10000px }
</style>
</head>
<body>
<div id="container">
<!-- <object id="obj" data="C:\Users\test\Downloads\CSS.pdf" >object can't be rendered</object> -->
<!-- <embed src="C:\test\CSS.pdf" width="800px" height="2100px" /> -->
<iframe src="C:\Users\test\Downloads\CSS.pdf" style="width:600px; height:500px;" frameborder="0"></iframe>
</div>
</body>
</html>
<html>
<head>
<title>PDF frame scrolling test</title>
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> -->
<style>
#container { overflow: auto; -webkit-overflow-scrolling: touch; height: 500px; }
object { width: 500px; height: 10000px }
</style>
</head>
<body>
<div id="container">
<!-- <object id="obj" data="C:\Users\test\Downloads\CSS.pdf" >object can't be rendered</object> -->
<!-- <embed src="C:\test\CSS.pdf" width="800px" height="2100px" /> -->
<iframe src="C:\Users\test\Downloads\CSS.pdf" style="width:600px; height:500px;" frameborder="0"></iframe>
</div>
</body>
</html>
No comments:
Post a Comment