Compatibility between ie8,border-radius and box-shadow

I introduced PIE.htc;
PIE.htc at the same level as the html file;
style I wrote in the style at the beginning of the html file

    <style>
        tbody tr td:first-child .layui-table-cell span {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 21px;
            text-align: center;
            font-size: 12px;
            color: -sharpfff;
            padding: 0px;
            behavior:url(PIE.htc);
            border-radius: 50%;
            overflow: hidden;

        }
    </style>
box-radius
Jun.08,2021

is pic an absolute address


behavior attribute is only IE compatible? You should try to avoid using


to replace 50% with a specific px value to try


to see if network,pie.htc is loaded successfully. If not, it is a path problem


clipboard.png

.
Menu