There has been a lot of talk over the past week on Microsoft, Mozilla and Opera considering supporting some -webkit- prefixes, which raised considerable discussion (and a petition) from developers for them to not do so but how did we get to this position?
Last week the CSS Working Group met in Pari...
[More]
-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]