Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: None  |  size: 0.37 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /**
  2.  * ipad scrolling iframes test
  3.  */
  4.  
  5. object {
  6. position: absolute;
  7. height: 100%;
  8. }
  9. .objectWrapper{
  10. height: 50%;
  11. width: 50%;
  12. overflow: auto;
  13. -webkit-overflow-scrolling:touch;
  14. background: #bada55
  15. }
  16. iframe{
  17. }
  18.  
  19. .scrollerbox, scrollerbox2{
  20. height: 200px;
  21. position: absolute;
  22. left: 0;
  23. background: #f06;
  24. background: #bada55;
  25. overflow: auto;
  26. background-color: bada55;
  27. width: 40%;
  28. }