Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <iframe src="http://crea8tion.com/PP/usercapture/index.php" scrolling="no" height="280px"></iframe>
  2.  
  3. width = non-negative integer
  4. Give the width of the visual content of the element, in CSS pixels.
  5.  
  6. height = non-negative integer
  7. Give the height of the visual content of the element, in CSS pixels.
  8.  
  9. <iframe width="100%" height="588" style="border:none; background:transparent; overflow:hidden;" />
  10.  
  11. <iframe height="588" style="border:none; background:transparent; overflow:hidden; width:100%;" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement