【发布时间】:2013-06-27 18:45:02
【问题描述】:
在this 网站上,我在显示手机号码的右上角有一个指向移动设备电话号码的链接。在台式机上,单击此链接时,Chrome 会忽略该链接,但 Firefox 和 Internet Explorer 会重定向到错误页面。
HTML:
<a href="tel:+491796737741" class="contact-info" ></a>
CSS:
#header .contact-info { width: 293px; height: 133px; display: block; float: right; cursor: pointer; background: url(contact-info.png) 0 0 no-repeat transparent; margin-right: 20px; margin-top: 110px; }
我该如何解决这个问题?
【问题讨论】:
标签: html css hyperlink phone-number