jjzjj

crossbrowsertesting

全部标签

html - :first-letter text-decoration browser support

我有一个问题text-decoration属性不适用于first-letter规范。在此示例中,代码的目的是设置每个的第一个字母的样式。block。div.content:first-letter{text-decoration:underline;color:#bd00df;}每个的第一个字母block确实变成了紫色,但没有下划线。如何以简单而高效的方式让它加下划线? 最佳答案 这是Chrome36+版本中存在的错误。当使用:first-letter设置时,text-decoration不会呈现。与其他浏览器相比,Chrome在t

html - :first-letter text-decoration browser support

我有一个问题text-decoration属性不适用于first-letter规范。在此示例中,代码的目的是设置每个的第一个字母的样式。block。div.content:first-letter{text-decoration:underline;color:#bd00df;}每个的第一个字母block确实变成了紫色,但没有下划线。如何以简单而高效的方式让它加下划线? 最佳答案 这是Chrome36+版本中存在的错误。当使用:first-letter设置时,text-decoration不会呈现。与其他浏览器相比,Chrome在t