gpt4 book ai didi

html - 在 Firefox 中使用 tab 时删除 的轮廓

转载 作者:行者123 更新时间:2023-11-28 18:28:47 38 4
gpt4 key购买 nike

http://i45.tinypic.com/34pezdj.jpg

当 Tab 遍历网络中的所有元素时,轮廓就会出现。这只发生在 Firefox 中(不会出现在 Chrome、Opera、Safari 中)

我使用 Firebug 控制台通过以下方式检测焦点元素:document.activeElement 然后显示

>>> document.activeElement

<html>

然后尝试:

html {outline: 0}

但这个轮廓仍然出现。

我们怎样才能摆脱这个?

p.s:我尝试使用 Tab 键浏览其他页面的所有页面,例如 Google、Facebook。没有这样的大纲。

最佳答案

这是你的解决方案

:focus {outline:none;}
::-moz-focus-inner {border:0;}

关于html - 在 Firefox 中使用 tab 时删除 <html> 的轮廓,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14919257/

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