mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
c4d415dbba
commit
0532ad4274
@ -8,6 +8,11 @@
|
||||
right:0;
|
||||
overflow:auto;
|
||||
background-color:grey;
|
||||
/* margin & border-width have to be 0,
|
||||
* otherwise pdf2htmlEX may not calculate the coordinates correctly
|
||||
*/
|
||||
margin:0;
|
||||
border-width:0;
|
||||
}
|
||||
.d {
|
||||
position:relative;
|
||||
@ -24,6 +29,11 @@
|
||||
height:100%;
|
||||
background-color:white;
|
||||
overflow: hidden;
|
||||
/* margin & border-width have to be 0,
|
||||
* otherwise pdf2htmlEX may not calculate the coordinates correctly
|
||||
*/
|
||||
margin:0;
|
||||
border-width:0;
|
||||
}
|
||||
.b {
|
||||
position:absolute;
|
||||
|
@ -29,7 +29,6 @@ $css
|
||||
"""
|
||||
<script type="text/javascript">
|
||||
pdf2htmlEX.init('pdf-main');
|
||||
alert(pdf2htmlEX);
|
||||
</script>
|
||||
|
||||
<title></title>
|
||||
|
Loading…
Reference in New Issue
Block a user