Victor
Victor

Reputation: 17087

How to debug css in IE?

Is there a way to debug a css file in IE? I wish to see if a particular background-image is loaded or not.
This is in reference to the question:
extjs gridfilter icon not showing in IE but shows in Firefox

Upvotes: 2

Views: 2115

Answers (3)

Alex
Alex

Reputation: 9031

Do you want to target IE specifically in your CSS? If so I wrote a blog post about this not so long ago, please have a read: http://ajthomas.co.uk/blog/?p=299.

Upvotes: 0

adarshr
adarshr

Reputation: 62573

Or for any version of IE, try FireBug Lite. You can simply bookmark the link given on that page (bookmarklet) and then, to open a FireBug like thingy whilst on IE, simply click on the bookmark you just added.

Upvotes: 3

JohnFx
JohnFx

Reputation: 34909

Use the built in browser troubleshooting tool (aka Developer Toolbar) by pressing F12.

It is built into IE8 and later, but you can download and install it in earlier versions.

Upvotes: 2

Related Questions