<small id='VUoqr'></small><noframes id='VUoqr'>

<i id='VUoqr'><tr id='VUoqr'><dt id='VUoqr'><q id='VUoqr'><span id='VUoqr'><b id='VUoqr'><form id='VUoqr'><ins id='VUoqr'></ins><ul id='VUoqr'></ul><sub id='VUoqr'></sub></form><legend id='VUoqr'></legend><bdo id='VUoqr'><pre id='VUoqr'><center id='VUoqr'></center></pre></bdo></b><th id='VUoqr'></th></span></q></dt></tr></i><div id='VUoqr'><tfoot id='VUoqr'></tfoot><dl id='VUoqr'><fieldset id='VUoqr'></fieldset></dl></div>
  • <tfoot id='VUoqr'></tfoot>

    <legend id='VUoqr'><style id='VUoqr'><dir id='VUoqr'><q id='VUoqr'></q></dir></style></legend>

          <bdo id='VUoqr'></bdo><ul id='VUoqr'></ul>

        删除 IE10 选择元素箭头

        Removing the IE10 Select Element Arrow(删除 IE10 选择元素箭头)
              <tbody id='njW2W'></tbody>

            <small id='njW2W'></small><noframes id='njW2W'>

          • <tfoot id='njW2W'></tfoot>
            • <bdo id='njW2W'></bdo><ul id='njW2W'></ul>

              <i id='njW2W'><tr id='njW2W'><dt id='njW2W'><q id='njW2W'><span id='njW2W'><b id='njW2W'><form id='njW2W'><ins id='njW2W'></ins><ul id='njW2W'></ul><sub id='njW2W'></sub></form><legend id='njW2W'></legend><bdo id='njW2W'><pre id='njW2W'><center id='njW2W'></center></pre></bdo></b><th id='njW2W'></th></span></q></dt></tr></i><div id='njW2W'><tfoot id='njW2W'></tfoot><dl id='njW2W'><fieldset id='njW2W'></fieldset></dl></div>
                <legend id='njW2W'><style id='njW2W'><dir id='njW2W'><q id='njW2W'></q></dir></style></legend>

                  本文介绍了删除 IE10 选择元素箭头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  因此,对于 Mozilla 和 WebKit,我有一个半体面的解决方案,使用 appearance: none; 替换 select 框上的箭头并具有父元素.

                  So, with Mozilla and WebKit I have a half-decent solution replacing the arrow on the select box using appearance: none; and having a parent element.

                  在大多数情况下,我在 IE 中禁用了此功能.对于 IE10,我实际上无法禁用它,因为我的条件注释实际上不起作用.

                  In IE for the most part I disabled this feature. For IE10 I can't actually disable it since my conditional comments don't actually work.

                  这是我的标记:

                  <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
                  <!--[if IE 7 ]>    <html class="ie7"> <![endif]-->
                  <!--[if IE 8 ]>    <html class="ie8"> <![endif]-->
                  <!--[if IE 9 ]>    <html class="ie9"> <![endif]-->
                  <!--[if (gt IE 9)]>    <html class="ie10plus"> <![endif]-->
                  <!--[if !(IE)]><!--> <html> <!--<![endif]-->
                  

                  ie10plus 类实际上并没有进入标记.

                  The class ie10plus doesn't actually make it's way to the markup.

                  我也觉得可能有一种合法的方法可以替换 IE 中的箭头.我不反对实际解决问题.appearance: none; 但是不起作用.那我可以在这里做什么?

                  I also feel like there might be a legitimate way to replace the arrow in IE. I am not opposed to actually fixing the problem. appearance: none; however does not work. So what can I do here?

                  推荐答案

                  避免浏览器嗅探和条件注释(从 Internet Explorer 10 开始不支持),而是采用更标准的方法.对于这个特定问题,您应该针对 ::-ms-expand 伪元素:

                  Avoid browser-sniffing and conditional comments (which aren't supported as of Internet Explorer 10), and instead take a more standard approach. With this particular issue you should be targeting the ::-ms-expand pseudo element:

                  select::-ms-expand {
                      display: none;
                  }
                  

                  这篇关于删除 IE10 选择元素箭头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Opensource/free HTML5/CSS3/JavaScript IDE?(开源/免费 HTML5/CSS3/JavaScript IDE?)
                  jump to CSS selector in a css file from the HTML file in Vim using a single keystroke(使用单次击键从 Vim 中的 HTML 文件跳转到 CSS 文件中的 CSS 选择器)
                  Remove Styles from Text when Copying / Cutting using CSS or Javascript(使用 CSS 或 Javascript 复制/剪切时从文本中删除样式)
                  find unused images, css rules, js script blocks(查找未使用的图像、css 规则、js 脚本块)
                  Showing a CSS loading indicator while fetching data(在获取数据时显示 CSS 加载指示器)
                  Continuous animation across dynamically loaded elements(跨动态加载元素的连续动画)
                    <tfoot id='bbXuo'></tfoot>
                  • <legend id='bbXuo'><style id='bbXuo'><dir id='bbXuo'><q id='bbXuo'></q></dir></style></legend>
                    <i id='bbXuo'><tr id='bbXuo'><dt id='bbXuo'><q id='bbXuo'><span id='bbXuo'><b id='bbXuo'><form id='bbXuo'><ins id='bbXuo'></ins><ul id='bbXuo'></ul><sub id='bbXuo'></sub></form><legend id='bbXuo'></legend><bdo id='bbXuo'><pre id='bbXuo'><center id='bbXuo'></center></pre></bdo></b><th id='bbXuo'></th></span></q></dt></tr></i><div id='bbXuo'><tfoot id='bbXuo'></tfoot><dl id='bbXuo'><fieldset id='bbXuo'></fieldset></dl></div>

                        <small id='bbXuo'></small><noframes id='bbXuo'>

                          <bdo id='bbXuo'></bdo><ul id='bbXuo'></ul>
                            <tbody id='bbXuo'></tbody>