The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.
mdn/translated-contentPublic NotificationsYou must be signed in to change notification settings Fork8.2k Star1.8k Code Issues165 Pull requests118 Actions Projects4 Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history ...
.underlined{text-decoration:underline dotted red;} Currently only Firefox supports this unprefixed. Safari supports it with the-webkitprefix. Chrome also needs the-webkitprefix and experimental web platform features enabled in Chrome flags. text-decoration-styleat MDN Browser support * only with experim...
鼠标经过的时候出现下划线text-decoration:underline 不要下划线改成text-decoration:none即可。a:hover是css中的选择器,用于选择鼠标指针浮动在上面的元素。a标签中有四个:link、visited、hover、active link 说明:设置a对象在未被访问前的样式表属性。visited 说明:设置a对象在其链接地址已被访问过时的...
The text-decoration property adds an underline, overline, line-through, or a combination of lines to selected text.
CanIEmail.com: Search "text-decoration" (email client compatibility information) CSS 2.1: text-decoration property CSS3: text-decoration property CSS Text Decoration Level 4: text-decoration property MDN: text-decoration property Quackit: text-decoration property ...
However after checking support on MDN, it appears that our current targets all support the shorthand value. I think it's now safe to drop the first one in v5 then. Feel free to suggest a patch, or we'll take of it when possible. ffoodd added confirmed css no-backport-to-v4 v5 labe...
浏览器兼容性 text-decoration-line 属性的浏览器兼容性如下: Chrome:所有版本 Firefox:所有版本 Safari:所有版本 Opera:所有版本 Edge:所有版本 Internet Explorer:从IE10开始支持 参考链接 MDN Web 文档:text-decoration-line Copyright © 2020 - 2024 版权所有 蜀ICP备20006366号-1 Made with ️ in ...
复制 上述示例中,分别定义了带点状下划线、双线下划线和波浪线的段落。演示效果如下图所示: 浏览器兼容性 text-decoration-style属性的浏览器兼容性良好,目前主流的现代浏览器都支持该属性。 参考资料 MDN web docs Copyright © 2020 - 2025 版权所有 蜀ICP备20006366号-1 Made with ️ in Chengdu ...
The text-decoration shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for text-decoration-line, text-decoration-color, text-decoration-style, and the newer text-decoration-thickness property.