Tagged Questions
3
votes
3answers
421 views
Hover alternatve for touch devices [duplicate]
Possible Duplicate:
What are some alternatives to “hover” on touch-based devices?
I'm building a standard infographic where you mouse over a region and the image changes as you move. For ...
12
votes
4answers
2k views
Should I manually hyperlink phone numbers using “tel:” on my websites?
In code, you have the ability to make a phone number on a website into a link by prepending the phone number in the href with a "tel:"
So, for example, you can create a link to 800-867-5309 with the ...