blob: 2e5678f96db379cbe7ed26b8d0fcb7eeca26b7d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
</head>
<body style="display: -moz-inline-box;">
<div style="display: table;position: relative; float: left;">
<button style="display: table-column-group;">
<iframe style="position: absolute;"></iframe>
</button>
</div>
</body></html>
|