As far as I recall, it appends to each iframe (subwindow in firebug). See inspector.js http://code.google.com/p/fbug/source/browse/branches/firebug1.3/content/firebug/inspector.js
On Sep 9, 9:51 am, Reema Sardana <[EMAIL PROTECTED]> wrote: > When I mouse over an element in firebug, it highlights it on the web > page. I am not sure how that is done but the way I went about > implementing it was to create a div with position:absolute, append it > to the DOM and position it depending on the element we are on. Now, > the problem I face is with pages that have iframes. I would have to > append the element to each frame to be able to highlight. I would > appreciate if someone could tell me how firebug does it. > > Thanks, > - Reema --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
