I use the PixelPerfect plugin for FireBug to tweak my XHTML/CSS-page to match a given design template. I wondered if there is a similar way to do this in IE6+?
A:
You could use Firebug Lite, but its not as useful 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);
voyager
2009-09-23 21:22:46
Sadly, there isn't a port of PixelPerfect for Firebug Lite.
timkl
2009-09-26 22:55:32