【发布时间】:2014-04-24 17:30:16
【问题描述】:
我有一个内部带有<IMG> 的链接,它指向target=_blank,现在我需要做的是在我单击链接后删除图像周围的purple 边框..
我使用了text-decoration: none;,但它仍然出现......有什么想法吗?我没有发布代码,因为除了
#portheader a {
text-decoration: none;
border: none;
}
<div id="portheader">
<a href="http://www.myweb.com" target="_blank"></a>
</div>
【问题讨论】:
-
@airi - “我没有发布代码,因为除了”
-
已编辑,添加了更多信息,但没有更多代码..就这么简单:s
-
你能删除#portheader看看会发生什么..
-
你说的边框是指锚标签周围的虚线吗?
-
在 Chrome 上试过了,选择没有出现,只有在 firefox 上才出现。