Can you make hovered state in Firebug quot;sticky?quot;(您可以在 Firebug 中设置悬停状态“粘性吗?)
问题描述
当我在调试网站时,有时悬停的选择器有点冗长,并且与其他选择器相似,有没有办法在 Firebug 中将一种粘性"状态应用于悬停规则?
When I'm debugging a site, sometimes the hovered selectors are a little long winded and similar to other ones, is there a way to apply a kind of "sticky" state to hover rules in Firebug?
示例;我将鼠标悬停在导航栏上,想将选择器从萤火虫中复制出来以在 CSS 中搜索,但是一旦我移动鼠标,选择器(显然)就会随着导航 <li>
消失不再悬停.
Example; I hover over a nav bar and want to copy the selector out of firebug to search in the CSS, but as soon as I move my mouse, the selector (obviously) disappears as the nav <li>
isn't hovered anymore.
有什么办法吗?
谢谢:)
推荐答案
在检查链接时,Firebug 会显示默认的 CSS 状态,即应用于 a:link 的样式.默认情况下,不显示 :hover 和 :active 样式.幸运的是,您可以通过单击样式并选择适当的选项来更改链接的状态:
When inspecting links, Firebug shows the default CSS state, i.e. styles applied to a:link. By default, the :hover and :active styles are not shown. Fortunately, you can change the state of the link by clicking Style and choosing the appropriate option:
这篇关于您可以在 Firebug 中设置悬停状态“粘性"吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:您可以在 Firebug 中设置悬停状态“粘性"吗?


基础教程推荐
- Bootstrap 模态出现在背景下 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- Bokeh Div文本对齐 2022-01-01