iPhone 4链接在触摸时创建红色半透明背景/覆盖:活动

发布于 2024-11-24 05:45:22 字数 210 浏览 0 评论 0原文

我似乎在 iphone 4 中的网站的移动版本上遇到问题,其中当选择链接时,会覆盖一个半透明的红色框,类似于 ff 等中的轮廓,除了整个区域是红色的,我认为这可能只是是 iPhone 4 的东西,但当我检查 BBC 网站时,他们有一个灰色的覆盖层,所以这必须能够控制。

我尝试过在 css 中添加背景:活动状态,但这似乎不起作用,有人知道可以做什么来改变这个吗?

问候 凯尔

I seem to be having a problem on the mobile version of a site in iphone 4 where when a link is selected a semi transparent red box is overlayed kind of like the outline in ff etc except the full area is red, I thought this could just be an iphone 4 thing but when I checked the bbc website they have a grey overlay so this must be able to be controlled.

I have tried adding background to the :active state in css but this doesnt seem to work, has anyone any ideas what can be done to alter this?

Regards
Kyle

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情愿 2024-12-01 05:45:24

观察 -webkit-tap-highlight-color: CSS 属性。如果您想避免这种效果,可以将其定义为 rgba(0,0,0,0);,或者根据需要进行调整。

另请阅读 官方文档了解更多信息。

Watch the -webkit-tap-highlight-color: CSS property. You can define it to rgba(0,0,0,0); if you want to avoid the effect, or tweak it as you want.

Also, read the official doc for more info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文