html - "outline: thin dotted\9"在 CSS 中是什么意思?

标签 html css

<分区>

这是我的 CSS。谁能告诉我“outline: thin dotted\9”是什么意思?

    select:focus,
    textarea:focus,
    input:focus,
    .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

最佳答案

也就是说outline: thin dotted\9; online 会在客户端使用IE6-9时应用,那行下面也有注释(/* IE6-9 */)

如果您的问题主要不是关于 \9: outline: thin dotted 行会导致您的输入在聚焦时具有细虚线轮廓。

Fiddle应用了轮廓。

关于html - "outline: thin dotted\9"在 CSS 中是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19767732/

上一篇:css - 在 Bootstrap 中使用 CSS 字体规则加载字形图标的问题

下一篇:javascript - 移除 <img> 标签周围的边框和 jQuery 延迟加载

相关文章:

javascript - 如何使 &lt;input type ="text"> 元素不可见,但仍显示用户输入?

css - mdInput 的默认颜色,占位符

javascript - HTML Canvas - 文本阴影在 Mac 上不起作用?

html - 浏览器大小改变时 Div 重叠

javascript - div 扩展动画 max-height 不起作用。高度始终为 0

html - 为什么我不能隐藏我的 br 标签?

php - 如何获取网站的子目录和文件名

css - Shinydashboard 选项卡高度

html - 垂直对齐中间用于没有固定高度的响应式顶部导航

jquery - 如何防止多次点击触发多个动画