Hi John, Ok, maybe I was too fast, and I did the second check on a more simple html page with the img element, those only style is the text-align property of the surrounding <CENTER>-Tags.
So, actually I encountered two different bugs: First Bug: =========== Go to http://mindvent.de/bug.php You should see an almost blank page with a text inside a div "This is a test for _firebug_". Inspect the span containing the underlined "firebug" text. You should see this: http://mindvent.de/fbug/screen1.png Now scroll down inside the Style view to the inherited style of the center tag (see http://mindvent.de/fbug/screen2.png). And then try to disable the "text-align: center". After you've done this, the style for the center tag is completely removed. The page itself didn't change. Now reload the page. You should see this: http://mindvent.de/fbug/screen3.png Now you can reload the page as often as you want. There's no way to recover to the original state. Additionally every other page using the center-tag is now left aligned (e.g. Google, see http://mindvent.de/fbug/screen4.png) The only thing you can do is restarting Firefox. =========== Second Bug: ============= Go to http://www.smashdown.net Inspect the #indexHeader div (the only containing the logo image). See http://mindvent.de/fbug/screen5.png Remove the "font-family" style from #indexHeader. Then remove the "font-size" attribute. After removing "font-size" the #indexHeader "title" in the style section disappears, the "font-size: 12px" attribute is still there, altough we've removed it (see http://mindvent.de/fbug/screen6.png). And now try to remove "font-size: 12px" again. The #indexHeader section in the Style-view is removed completely and the design is broken (see http://mindvent.de/fbug/screen7.png). ============ Hope this helps, Kind regards Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
