On Dec 15, 2008, at 6:58 pm, anmldr wrote: > I have searched everywhere that I can think to find out what this > does. Can someone point me in the right direction to find the > answer? I have seen it in many code examples but do not understand > it's use.
<http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html > -webkit-user-select controls whether the user is allowed to select the text of the element. Of course, there is no text selection in Safari on iPhone. If you see - webkit-user-select being used in Apple sample code, it's either because the sample is also intended to work on desktop, and preventing selection makes sense there, or because it has performance implications (e.g. it prevents redrawing when the element is tapped). Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
