1

IE11 内の IE8 モードで角が丸くなりません。相対パスと絶対パスの両方を試しましたが、どちらも機能しません。PIE.htc ファイルは、html ファイルと同じフォルダーにあります。Jetty で実行していますが、.htaccess ファイルがありません。PIE.htc ファイルは、次のコマンドを使用して問題なくロードできます。http://localhost:8383/various_forms2_less/PIE.htc

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width">
        <style>
            span.command_link_buttoned {
                background-color: #96AFCF;
                display: block;
                width: 130px;
                height:30px;
                position:relative;
                border-radius: 5px;
                behavior: url(PIE.htc);
                /*behavior: url(http://localhost:8383/various_forms2_less/PIE.htc);*/
            }
        </style>
    </head>
    <body>
        <span class="command_link_buttoned">
            Button
        </span>
    </body>
</html>
4

0 に答える 0