gpt4 book ai didi

php - 第 2 部分:为 Chrome 开发

转载 作者:太空宇宙 更新时间:2023-11-03 19:54:28 24 4
gpt4 key购买 nike

我发现 Jquery Angular 在 Chrome 上不起作用。有什么解决办法吗?

我刚刚发现,当我打开包含此文件(圆 Angular 函数)的 config.js 文件时:

$(document).ready( function(){
if(navigator.appName!="Microsoft Internet Explorer") {
$('.round_10px').corners("10px");
$('.bottom_round_10px').corners("10px bottom-left 10px bottom-right");
$('.bottom_l_round_10px').corners("10px bottom-left");
$('.bottom_r_round_10px').corners("10px bottom-right");
$('.bottom_top_l_round_10px').corners("10px top-left 10px bottom-left");
$('.bottom_top_r_round_10px').corners("10px top-right 10px bottom-right");
$('.round_40px').corners("40px");
}

我的网站看起来应该如何...所以除了为 Chrome 一起关闭此功能之外,还有什么已知的解决方法吗?

最佳答案

我很确定,-webkit-border-radius 肯定能在 Chrome 上运行,因为它是一个基于 webkit 的浏览器。

当你说“jQuery corners”时,我无法知道你指的是哪个特定插件,但据我所知,它们中的大多数通过使用 FF 的引擎特定样式来实现圆 Angular (- moz-border-radius) 和 webkit (-webkit-border-radius) 并为 IE 使用 borders+trig。也就是说,假设任务是在不使用外部资源(图像)的情况下制作圆 Angular 。

关于php - 第 2 部分:为 Chrome 开发,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2023369/

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