溢出隐藏在safari浏览器上

时间:2013-03-10 14:57:28

标签: javascript safari scrollbar overflow

任何其他浏览器都不会显示嵌入的SVG,如下所示,滚动条。然而,Safari确实如此,似乎我无法找到摆脱它们的方法。任何想法?

<!DOCTYPE html>
<head>
    <meta   http-equiv  ="Content-Type"
            content     ="text/html ; charset = utf-8"/>

    <title>La Bella - Ansbach</title>

    <style>
        html, body { margin : 0 ; padding : 0 ; height : 100% ; width : 100% ;overflow:hidden}
          iframe {overflow:hidden}

    </style>
</head>

<body style="margin:0px; padding:0px; overflow:hidden;">
    <script type    ="text/javascript"  src ="JS/WPL.js"></script>

    <object data    ="default.svg"      src     ="default.svg"
            type    ="image/svg+xml"    id      ="SVG"
            width   ="100%"             height  ="100%"
            scrolling="no"
            style   ="position : absolute ; width : 100% ; height : 100% ; overflow : hidden;overflow-x:hidden; overflow-y:hidden;-webkit-overflow-scrolling:touch">
    </object>
</body>

Thx,提前。

0 个答案:

没有答案