views:

6

answers:

0

I'm trying to debug my app using MSIE Developer Toolbar in IE8, but I also need to see how does it work in IE7. It's feature of browser and document switching comes handy in this case, the problem is that whenever I hit refresh button (in dev.toolbar, not browser) to reload DOM and CSS information (because they're dynamic and not refreshed automatically), the browser reloads the page (that's still ok), but afterwards, any element I inspect, shows empty Style tab, apart of inline style.

MSIE Dev. Toolbar

Is there a way to avoid this, and inspect that CSS?