HTML5 iFrame Seamless Attribute

后端 未结 10 1069
日久生厌
日久生厌 2020-11-27 14:41

in HTML5 the iframe has new attributes like \'seamless\' that should remove borders and scrollbars. I\'ve tried it but doesn\'t seem to work, I still can see scrollbars and

10条回答
  •  抹茶落季
    2020-11-27 15:31

    Still at 2014 seamless iframe is not fully supported by all of the major browsers, so you should look for an alternative solution.

    By January 2014 seamless iframe is still not supported for Firefox neither IE 11, and it's supported by Chrome, Safari and Opera (the webkit version)

    If you wanna check this and more supported options in detail, the HTML5 test site would be a good option:

    http://html5test.com/results/desktop.html

    You can check different platforms, at the score section you can click every browser and see what's supported and what's not.

提交回复
热议问题