On May 30, 2012, at 5:06 PM, Rick Gordon wrote:

> For iOS, use -webkit-text-fill-color to control link color in normal state, 
> and -webkit-text-fill-color in :active mode to control the on-tap color.

Hmm. a[href] { -webkit-text-fill-color: blue; } works, but a[href]:active { 
-webkit-text-fill-color: orange; } doesn't do anything (the link stays blue).  
Setting a[href]:hover { color: white;  -webkit-text-fill-color: red; } does 
make the clicked link red.

tested on iPodTouch with iOS 5.1.1 and the iPad in the simulator (iOS 5.1)

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to