Is text-underline a property?
I got a stylesheet which ha开发者_开发问答s a text-underline:none property, is it really a CSS property?
No, it isn't a valid CSS property. Instead, you can use text-decoration: none.
The text-underline property is often found in CSS generated by Microsoft Word.
加载中,请稍侯......
精彩评论