Christopher Tokar
Christopher Tokar

Reputation: 11917

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?

Upvotes: 6

Views: 458

Answers (3)

Sam Murray-Sutton
Sam Murray-Sutton

Reputation: 1459

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.

Upvotes: 5

Rich Adams
Rich Adams

Reputation: 26584

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).

Upvotes: 2

Dario Solera
Dario Solera

Reputation: 5804

Internet Explorer Developer Toolbar seems to be the best option.

Upvotes: 1

Related Questions