Hi, On Sat, Jan 31, 2015 at 7:13 PM, Tom Ashton <[email protected]> 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. So, find out the selector for the 'element' you'd like to set the height of, and it will work in your CSS. HTH! Christ van Willegen -- 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- 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/CA%2BOt1OxrWChvgpKv6TA9Bh6tSH65G8sa_Y279vW%2BEL7D-GpYCA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
