【问题标题】:IE equivalent to the PixelPerfect plugin for FireBugIE 相当于 FireBug 的 PixelPerfect 插件
【发布时间】:2010-11-30 21:48:32
【问题描述】:

我使用 FireBug 的 PixelPerfect 插件来调整我的 XHTML/CSS 页面以匹配给定的设计模板。我想知道在 IE6+ 中是否有类似的方法可以做到这一点?

【问题讨论】:

    标签: css firebug


    【解决方案1】:

    您可以使用Firebug Lite,但它不如the real deal 有用。

    只需将此书签放在您的地址栏中,您就可以开始了:

    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);
    

    【讨论】:

    • 遗憾的是,Firebug Lite 没有 PixelPerfect 的端口。
    猜你喜欢
    • 2011-05-18
    • 2010-09-17
    • 2017-05-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-01-02
    • 1970-01-01
    相关资源
    最近更新 更多