5

I need to debug some annoying CSS issues on IE7, I have the Internet Explorer Developer Toolbar installed. It is having trouble resolving all of the styles that are being applied.

I am also using Firebug lite, it is helpful but way too basic.

Debugging this stuff in Firefox is not an option due to the poor design of this intranet web site.

Are there any other tools I can use that will help me debug CSS issues on IE7.

Related question: Debugging JavaScript in IE7.

3 Answers 3

5

I just found DebugBar and it seems to be giving me quite a lot of help.

Sign up to request clarification or add additional context in comments.

1 Comment

yup debugbar is somewhat great but lacks the ability to modify the CSS directly.
0

XRAY is a bookmarklet that is very helpfull for cross browser debugging.

Link

2 Comments

Im unable to get it to work with my intranet site (it works fine with external sites), it does not help me trace which file and which line contains the dodgy css ...
it does not show up on local sites for some reason, and its output is a little basic
0

Google Chrome's 'inspect element' was very helpful for me - especially for markup I hadn't written myself. Being able to see which element referenced which stylesheet was a godsend.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.