Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tool works for real-time tweaking of CSS in IE6, similar to what Firebug does for Firefox?

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?

like image 719
Christopher Tokar Avatar asked Sep 17 '08 15:09

Christopher Tokar


1 Answers

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.

like image 153
Sam Murray-Sutton Avatar answered Sep 17 '22 23:09

Sam Murray-Sutton