gpt4 book ai didi

javascript - 带有曲线的CSS

转载 作者:行者123 更新时间:2023-11-28 13:31:49 31 4
gpt4 key购买 nike

OldFunc = window.onload;
window.onload = OnLoad;

function OnLoad() {
try {
OnFixFontAndTable();
OldFunc();
} catch (e) {
alert(e);
}
}

function OnFixFontAndTable() {
$('.something some').css({
'behavior': 'url(/path/border-radius.htc)'
});
}

我正在使用 border-radius.htc 来修复旧版 IE 的问题,但是 alert(e) 总是被称为 "TypeError:Object expected"

最佳答案

尝试像这样在您的 script 标签中使用 defer="defer"

<script type="text/javascript" defer="defer"></script>

关于javascript - 带有曲线的CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13467207/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com