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