Wygląda to tak:

Próbowałem go rozwiązać przy użyciu CSS i <iframe> ale coś mi nie wychodzi.
Fragmenty kodu:
vertical-ie.css
Kod
iframe {
display: none;
display/**/: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 200px;
height: 200px;
}
display: none;
display/**/: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 200px;
height: 200px;
}
Pomoże ktoś?