FireBug Lite messageQueue null
I'm trying to get FireBug Lite working with IE7. Given this code (and nothing else): <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script> <link rel="stylesheet" href="../../css/third-party/jquery.ui.all.css"> This is a test! ...I get an error at Line: 8180, 'this.messageQueue is null or not an object' and the console does not appear. If I remove the CSS file reference, it works fine. Also, this CSS works fine with FireBug under FF and GC. The CSS file is a recent download from jQ's web site and contains nowhere near 8,000 lines (after expanding all @imports),