IE8 中的 CSS 下划线变化
我正在处理一个已搜索结果集的页面。我使用锚标记来显示 URL,并且 URL 带有下划线。下划线与 IE8 中的文本非常接近。在 FIREFOX 和 IE7 中工作正常,但在 IE8 中出现问题。这是我正在使用的 CSS 类
.search_results_item a {
color: #20A3E7;
font: 13px/17px AntennaRegular,Arial,Helvetica,Sans-serif;
text-decoration: underline;
}
I am working on a page which has searched result set. I am using a anchor tag for displaying the URL and the URL is UNDERLINED.The underline is very close to the text in IE8. Working fine in FIREFOX and IE7 but have a problem with IE8. Here is the CSS class i am using
.search_results_item a {
color: #20A3E7;
font: 13px/17px AntennaRegular,Arial,Helvetica,Sans-serif;
text-decoration: underline;
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你总是可以使用 border-bottom :)
you can always use border-bottom :)
只需查看下面的链接
http://jsfiddle.net/anglimass/3ArFX/
Just see below the link
http://jsfiddle.net/anglimass/3ArFX/