[jquery-dev] Re: STYLE element has a height...

2009-02-03 Thread jay
This example works in FF3 and IE7: asdf .test{color:blue;background-color:green} asdf alert($("style")[0].style.height); alert($("style").height()); $("style").remove(); alert("