Is there a firebug tool in IE6?
Possible duplicate:
Firebug for IE
I don't have a tool to do DOM validation in IE6 right now.
+2
Mask
source
to share
5 answers
Try Firebug Lite .
+3
recursive
source
to share
Does the IE toolbar help with what you are trying to accomplish? http://www.microsoft.com/en-us/download/details.aspx?id=18359
+3
Geoffrey wiseman
source
to share
You can try Internet Explorer Developer Toolbar
+2
superachu
source
to share
I have had some luck in the past with IEWatch . (but I haven't done web development for a while, so I'm not sure if it does the same thing as Firebug.)
+1
mpontillo
source
to share
is it because you are trying to test IE6 or because you are stuck with it?
if it is the latter, I am wondering if you can set the chrome frame and use the inspector that comes with chrome (the inspector is included in the frame? I would guess so ..) to perform DOM validation.
0
Oren mazor
source
to share