abajan

style_for_embedded_iFrame_ID_12621301846

Sep 29th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <style type="text/css">
  2. /* Credit: http://www.cssplay.co.uk/boxes/minheight.html */
  3.  
  4. /* for understanding browsers */
  5. #jotform {
  6. width:100%;
  7. padding:0.5em;
  8. border:none;
  9. min-height:25em;
  10. height:auto;
  11. }
  12. /* for Internet Explorer */
  13. /*\*/
  14. * html #jotform {
  15. height: 25em;
  16. }
  17. /**/
  18. </style>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment