So we have reached that stage in a web dev project where we need to see how things look in IE.
Sigh.
So the fabulous Firebug is not available for IE. But a lite
Please use this in your jsp
<script type="text/javascript" src="https://getfirebug.com/firebug-lite-debug.js"></script>
and you are done.
this is how I did it (IE 8.0.7600.16385 on Win7):
javascript:(function(F,i,r,e,b,u,g,L,I,T,E)...
etc instead of the link.