完全令人困惑!我已经尝试重写文本装饰:没有线几种不同的方式.我还设法通过定位文本来重新设置文本,但是文本装饰:无代码不会占用.
帮助非常感谢
码
.widget { height: 320px; width: 220px; background-color: #e6e6e6; position: relative; overflow: hidden; } .title { font-family: Georgia,Times New Roman,serif; font-size: 12px; color: #E6E6E6; text-align: center; letter-spacing: 1px; text-transform: uppercase; background-color: #4D4D4D; position: absolute; top: 0; padding: 5px; width: 100%; margin-bottom: 1px; height: 28px; text-decoration: none; } a .title { text-decoration: none; }
<a href="#"> <div class="widget"> <div class="title">Underlined. Why?</div> </div> </a>