IE Equivalent to PixelPerfect Plugin for FireBug

I am using the PixelPerfect plugin for FireBug to customize my XHTML / CSS page according to a given design template. I was wondering if there is a similar way to do this in IE6 +?

+2


source to share


1 answer


You can use Firebug Lite , but it's not nearly as helpful as the real deal .

Just put this bookmarklet in your address bar and you are ready to go:



javascript:var%20firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);

      

-1


source







All Articles