On Sunday, February 1, 2015 at 9:25:57 AM UTC+1, Christ van Willegen wrote: > > Hi, > > On Sat, Jan 31, 2015 at 7:13 PM, Tom Ashton <[email protected] > <javascript:>> wrote: > > element.style { > > height: 0; > > } > > You've only set the height of the specified element to 0, but haven't > indicated it by a selector. >
To clarify that further, the element.style rule is not actually a real CSS rule. Firebug only uses it to display all CSS styles defined within the style attribute of the element. This is also mentioned in the documentation to the *Style* side panel <https://getfirebug.com/wiki/index.php/Style_Side_Panel#Element_styles>. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/c8cf64c1-195d-464b-b7b8-57de31e37af6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
