Hi guys. I have a responsive website and on one part of it, in a media query for the mobile, I display a phone number in a <p> tag. Through some magical force, the iphone recognises this as a phone number, and when you click on it, it dials the number. This isnt a problem, the problem is that once clicked, the colour of the number changes. Do I just treat this like a normal a link, or is there a special thing I need to do as its a p?
Cheers
html phone link
Page 1 of 11 Replies - 398 Views - Last Post: 06 September 2012 - 06:59 AM
Replies To: html phone link
#2
Re: html phone link
Posted 06 September 2012 - 06:59 AM
Most likely, you just need to set your visited link color in CSS.
p a.visited {color:#111;}
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|