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 -~----------~----~----~----~------~----~------~--~---
