简体   繁体   English

如何在Internet Explorer开发人员工具中更改默认样式表规则顺序

[英]How to change default stylesheet rules order in Internet Explorer Developer Tools

One reason why I don't use Internet Explorer for web development is the way it supports CSS attribute manipulation: it lists the most general stylesheet attributes first. 我不使用Internet Explorer进行Web开发的原因之一是它支持CSS属性操纵的方式:它首先列出了最通用的样式表属性。 When there's a lot of the stylesheet rules you have to scroll down - which is most of the time. 当样式表规则很多时,您必须向下滚动-这通常是大多数时间。 Is there a way to change that order ? 有没有办法改变那个顺序? So it list the most specific style rules first just like Firefox in firebug and Chrome do ? 因此,它像Firebug中的Firefox和Chrome一样首先列出最特定的样式规则吗?

Try with IE tester. 尝试使用IE测试仪。 www.my-debugbar.com/wiki/IETester/HomePage . www.my-debugbar.com/wiki/IETester/HomePage

You also need to install debug toolbar for IE tester 您还需要安装IE测试器的调试工具栏 http://www.debugbar.com/download.php . http://www.debugbar.com/download.php

This tool will give you what you need. 该工具将为您提供所需的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Internet Explorer 9开发人员工具中定位:: before和:: after伪元素? - How to target ::before and ::after pseudo elements in Internet Explorer 9 Developer Tools? 如何使用 Internet Explorer 11 开发人员工具检查伪元素 - How to inspect pseudo elements using Internet Explorer 11 developer tools Internet Explorer Developer工具CSS问题 - Internet Explorer Developer tools CSS issues 适用于CSS的Internet Explorer 9开发人员工具问题 - Internet Explorer 9 Developer tools issue for css Chrome开发者工具&gt;用户代理样式表覆盖<strong>, 规则</strong> - Chrome developer tools > user-agent stylesheet overrides <strong>, <b> rules Chrome开发者工具中CSS规则的显示顺序 - The display order of CSS rules in Chrome Developer Tools 如何使用Microsoft Edge和Internet Explorer 11开发人员工具检查伪元素 - How to inspect pseudo elements using Microsoft Edge and Internet Explorer 11 developer tools 如何保存在SharePoint 2013中使用Internet Explorer开发人员工具所做的HTML更改? - How can I save HTML changes I made using Internet Explorer Developer Tools in SharePoint 2013? “修复Internet Explorer”样式表 - “fix internet explorer” stylesheet Internet Explorer无法加载样式表 - Internet Explorer not loading stylesheet
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM