blob: ab4a805f8510896d0d57b644b957a4b424694317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<html><head>
<link href="data:text/css," rel="stylesheet" type="text/css">
<style type="text/css">
.Big_Preview_Download {
display:inline;
position:relative;
}
.cma {
position: absolute;
}
</style>
</head>
<body>
<div class="Big_Preview_Download">
<table>
<tbody>
<tr>
<td>
<script type="text/javascript"> </script>
<div class="cma"></div>
</td>
</tr>
</tbody>
</table>
</div>
</body></html>
|