зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
251 B
HTML
18 строки
251 B
HTML
|
<!DOCTYPE html>
|
||
|
<meta charset=utf-8>
|
||
|
<style>
|
||
|
#scroller {
|
||
|
width: 300px;
|
||
|
height: 300px;
|
||
|
overflow: scroll;
|
||
|
}
|
||
|
#spacer {
|
||
|
width: 100%;
|
||
|
height: 1000px;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="scroller">
|
||
|
<div id="spacer"></div>
|
||
|
<iframe id="iframe"></iframe>
|
||
|
</div>
|