* In the same code in HTML5 I have it in this site and it not gives me problems:
http://www.feragalli.com/
http://www.feragalli.com/contattaci.html
Some idea?


Greetings thank you. René
<a href="tel:+390859433779">(+39)<strong> 085 943 3779</strong></a>
<a href="tel:+39 085 9-433-000">(+39)<strong> 085 943 3779</strong></a>
<a href="tel:+390859433000">(+39)<strong> 085 943 3000</strong></a>
#gkFooter strong {
color: #444;
}
if(jQuery(this).attr('href').substr(0,7) === 'mailto:') {
if(jQuery(this).attr('href').substr(0,7) === 'mailto:' || jQuery(this).attr('href').substr(0,4) === 'tel:') {