您可以通过以下CSS规则作为示例:
text-decoration-color:green
如果较旧的浏览器不支持此规则,则可以使用以下解决方案:
用底线设置单词:
a:link { color: red; text-decoration: none; border-bottom: 1px solid blue;}a:hover { border-bottom-color: green;}
您可以通过以下CSS规则作为示例:
text-decoration-color:green
如果较旧的浏览器不支持此规则,则可以使用以下解决方案:
用底线设置单词:
a:link { color: red; text-decoration: none; border-bottom: 1px solid blue;}a:hover { border-bottom-color: green;}