fauxiframe scrolling div


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .fauxIframe {
  2. background: white;
  3. padding: 2px;
  4. border: 1px solid #cc9;
  5. }
  6. .fauxIframe div {
  7. background: white;
  8. height: 150px;
  9. overflow: auto;
  10. font-size: 120%;
  11. font-family: georgia, serif;
  12. padding: 10px;
  13. border: 1px solid #ddd;
  14. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.