CSS 属性:
text-decoration-style:

注意: 目前大部分主流浏览器都不支持 text-decoration-style 属性。

注意: Firefox 可以使用 -moz-text-decoration-style 属性来替代该属性。

结果:
Hello world!
CSS 代码:
#myDIV
{
text-decoration: underline;
text-decoration-style: solid;
}
点击上面的属性值然后查看效果
简单教程 - 范例