我的网站上有一个奇怪的错误。似乎所有我的目标_空白链接都不会在Firefox中点击?我知道firefox中的目标空白有一点问题,但这些链接根本不会点击?我之前从未见过这个?清除所有缓存并更新firefox仍然没有骰子?
这是我的一个特定页面项的代码,css与这个问题无关,所以我不会发布。如果你想看到一个实时版本,它可以在折扣点下点击点数za
<li class="span4">
<div class="thumbnail">
<div align="center"><img class="img-rounded" src="img/graystones.jpg">
</div>
<h3 align="center">Grey Stones Beach House</h3>
<h5 align="center">Langebaan</h5>
<p>Looking for affordable beach front luxury accommodation for up to 8 people?
Greystones Beach House in Langebaan offers fabulous winter specials with 15% off bookings of 3 nights or more.
Normal price: R2 200 per weekend night and R1 900 per week night, <strong>less 15%!!</strong>
Offer excludes long weekends and school holidays<br/><br/><br/><br/>
<button class="btn"><a target="blank" href="http://goo.gl/8XA1j">visit site</a></button></p>
</div>
所以具体来说,按钮标签内的链接在chrome中运行得很好但在firefox中一点都没有?
非常感谢任何帮助 谢谢
答案 0 :(得分:0)
内部BUTTON对我来说看起来不像是有效的HTML,即使它在Chrome中有效。难道你不能把class =“btn”放在A?
上您可以尝试http://validator.w3.org/并查看其内容。