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
| div#container { width:840px; height:317px; overflow:scroll; overflow-x:hidden;
-webkit-resize:vertical; -moz-resize:vertical; resize:vertical; min-height:317px; }
iframe#embed { width:1000px; height:2000px; margin-left:-183px; margin-top:-244px; overflow:hidden;
-webkit-resize:none; -moz-resize:none; resize:none; }
|