-webkit-tap-highlight-color
This webkit only CSS property is available on mobile Safari in both iOS and Android. It allows you to override the yellow highlight colour when a user taps a link or JavaScript clickable element.
This is a useful accessibility feature that lets users know a link...
[More]
This is particularly useful in mobile development where it is more user friendly to use the default select options menu than a customised JavaScript dropdown, which are often hard to select from on a handset.
select
{
background: url(../images/ic...
[More]
How to take a screenshot on the Samsung Galaxy S
[More]