views:

34

answers:

3

Is there anything for IE that would allow me to edit attributes of DOM elements live, like Firebug does for Firefox? So far, I have only found DOM inspectors - Developer Toolbar, DebugBar, Firebug Lite. None of them allow editing the elements, only looking up/highlighting them :(

A: 

What about

IE WebDeveloper

IE WebDeveloper is an add-on for Microsoft Internet Explorer. The rich web debugging toolset allows you to inspect and edit the live HTML DOM and current cascaded styles, evaluate expressions and display error messages, log messages, explore source code of webpage and monitor DHTML Event and HTTP Traffic.

IE DOM Inspector

IE DOM Inspector is a plug-in for Microsoft Internet Explorer that allows you to inspect and edit the live HTML DOM of any web document.

rahul
A: 

I use IE developper toolbar for IE

Pitming
A: 

You can download this software from http://www.SoftwareDownload1.com

jhon1986