views:

1472

answers:

5

Possible Duplicate:
Firebug for IE

I have no tool to inspect into DOM in IE6 now.

A: 

is this because you're trying to actually test in IE6, or because you're stuck in it?

if it's the latter, I wonder if you can install the chrome frame and use the inspector that comes with chrome (is the inspector included in the frame? I would assume so..) to do your DOM inspection.

Oren Mazor
+1  A: 

You can try the Internet Explorer Developer Toolbar

engineerachu
+3  A: 

Try Firebug Lite.

recursive
+1  A: 

Does the IE Developer Toolbar help with what you're trying to accomplish? http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

Geoffrey Wiseman
A: 

I have had good luck in the past with IEWatch. (but I haven't done web development in awhile, so I'm not sure if it does the same things as Firebug.)

Mike