pusatdata

Kode Iframe Live Website dalam Artikel

Jun 29th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <style type="text/css">
  2. .box_scale {
  3. width:0px;
  4. height:0px;
  5. -webkit-transform: scale(0.45); /* Saf3.1+, Chrome */
  6. -moz-transform: scale(0.45); /* FF3.5+ */
  7. -ms-transform: scale(0.45); /* IE9 */
  8. -o-transform: scale(0.45); /* Opera 10.5+ */
  9. transform: scale(0.45);
  10. filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */
  11. M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
  12. }
  13.  
  14. </style>
  15.  
  16. <div class="box_scale">
  17. <iframe width="1100" height="800" src="http://pustaka78.com"></iframe>
  18. </div>
Add Comment
Please, Sign In to add comment