views:

228

answers:

3

All front-end developers know the pain of coding for Firefox, then viewing our then mangled pages in IE6. IE6 is still widely used (it is, however disappearing slowly but surely... in a year and a half from the writing of this, it will be irrelevant as usage will be less than 1%) We usually used IE conditional comments to create separate CSS files for IE to render correctly. It would be great if there was a tool like Firebug for IE6. Firebug "lite" exists but it seems to be very beta and the new IE8 has an excellent built in developer tool that in many ways is better than firebug) What's the best tool for IE6?

+1  A: 

Internet Explorer Developer Toolbar seems to be the best option.

Dario Solera
+2  A: 

I used to use IE Developer Toolbar as a sort of Firebug alternative. While I don't think it allows you to enter normal CSS, you can adjust the CSS as a list of name/value pairs (adding, editing, removing, etc).

Rich Adams
+5  A: 

As far as I know Debugbar is currently the most sophisticated debugging tool for IE. It's definitely better than IE developer, but it's still not quite as slick as firebug.

Sam Murray-Sutton