JD Isaacks
JD Isaacks

Reputation: 57974

Whats the best way to debug css on ie?

in firefox I can usee firebug, in chrome I can use the css console. Both to make live changes to css for troubleshooting purposes. However I do not know of a way to do this in IE, which is where I have the most css issues.

So, whats the best way to troubleshoot css issues in IE?

Thanks!

Upvotes: 8

Views: 3392

Answers (5)

Matt
Matt

Reputation: 44058

If you like using Firebug, give Firebug Lite a try.

Edit: In case it's not clear, Firebug Lite is for any browser. It is created with JavaScript, it is not an extension/plugin.

This makes CSS debugging easy on IE7 and even IE6.

Upvotes: 7

Oded
Oded

Reputation: 498942

Use the IE Dev Tools (video).

And here for more links and information.

They are built into IE 8 and can be invoked by F12.

Upvotes: 19

Sarfraz
Sarfraz

Reputation: 382666

The most popular for IE is:

Internet Explorer Developer Toolbar

alt text

Upvotes: 4

drusnov
drusnov

Reputation: 363

IE Developer tool .. if you are using IE8 .. just hit F12

or

click Tools -> Developer Tools

Upvotes: 4

Related Questions