Target _blank links not clickable in firefox? -


ive got weird bug in site.it seems of target _ blank links wont click @ in firefox? know there bit of issue target blank in firefox these links wont click @ all? have never had before? cleared caches , updated firefox , still no dice?

here code 1 specific page item css irrelevant question wont post that. if want see live version under discountgetaways dot co dot 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 affordable beach front luxury accommodation 8 people?             greystones beach house in langebaan offers fabulous winter specials 15% off bookings of 3 nights or more.             normal price: r2 200 per weekend night , r1 900 per week night, <strong>less 15%!!</strong>              offer excludes long weekends , school holidays<br/><br/><br/><br/>         <button class="btn"><a target="blank" href="http://goo.gl/8xa1j">visit site</a></button></p>     </div> 

so link inside button tag works in chrome fine absolutely nothing in firefox?

any appreciated

a inside button doesn't valid html me, if works in chrome. can't put class="btn" on a?

you try http://validator.w3.org/ , see says.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -