Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Again Ipad and Iframes

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37484
    thyrael01
    Member

    Hey Guys,

    once again some Problems with iframes on ipad. I can’t make an iframe scrollable on ipad. Don’t know what i am doing wrong. The iframe needs to be constrained by a surrounded div element.

    http://dabblet.com/gist/2299783

    —- css below —-


    #scrollee{
    width: 50%;
    height: 50%;
    -webkit-overflow-scrolling: touch;
    }

    iframe{
    position:fixed;
    overflow: scroll;
    }

    —- html below —-





Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.