Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 472
JD Isaacks Avatar asked May 17 '10 18:05

JD Isaacks


People also ask

How do I debug F12 in IE?

You can do this with the keyboard using the F12 key or by selecting “F12 Developer Tools” in the “Tools” menu. The Developer Tools will now be open inside the browser tab, and the DOM Explorer tab will be active. Change to the Console tab by clicking its name.

How do I debug HTML and CSS code?

The Sources panel is where you debug JavaScript. To open DevTools, press Command + Option + I (Mac), Control + Shift + I (Windows, Linux), or F12. This shortcut opens the Console panel. We will look at the debugger in more detail in the Java Script chapter.


3 Answers

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.

like image 109
Oded Avatar answered Sep 19 '22 05:09

Oded


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.

like image 30
Matt Avatar answered Sep 18 '22 05:09

Matt


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

or

click Tools -> Developer Tools

like image 25
drusnov Avatar answered Sep 19 '22 05:09

drusnov