0

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?

JJS
  • 6,431
  • 1
  • 54
  • 70

2 Answers2

2

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

Pedro Simonetti
  • 409
  • 2
  • 2
  • the options were exactly what I was looking for. thanks for pionting out the obvious. – JJS Aug 04 '11 at 14:35
1

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.

nikmd23
  • 9,095
  • 4
  • 42
  • 57