我可以防止 firebug lite div 堆叠在闪现 div 之上吗?
Firebug lite 当包含在页面中时,会在窗口右下角显示一个 div 标签。新工具 Glimpse 也使用相同的方法来显示 div 以进行激活。我的问题是,glance div 按 z 顺序出现在 firebug div 下方。
有没有一个简单聪明的方法来解决这个问题?
Firebug lite displays a div tag in the bottom right of the window when included on a page. The new tool Glimpse uses the same method to display a div for it's activation as well. My problem is that the glimpse div appears under the firebug div in z-order.
Is there a simple clever way to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以更改 Firebug Lite 选项以不显示该小图标:
https://getfirebug.com/ firebug-lite.js#showIconWhenHidden=false
设置选项的方法有多种。在此处阅读更多信息:
http://getfirebug.com/firebuglite#Options
You can change Firebug Lite options to not display that little icon:
https://getfirebug.com/firebug-lite.js#showIconWhenHidden=false
There are different ways to set options. Read more here:
http://getfirebug.com/firebuglite#Options
您可以在页面上添加一些 JavaScript,以获取 Glimpse 或 FireBug Light div(如果存在)并更改位置或 zIndex。
You could add a little JavaScript on your page that grabs either the Glimpse or FireBug Light div (if present) and changes the placement or zIndex.