You can find box-sizing explanations in several places, though to be honest I haven't had to check them out as the implementation is pretty straight forward. AFAIK, -webkit-box-sizing works exactly the same way, but is just part of the -webkit grouping/extension. For some reason the iPhone dropped support for the regular "box-sizing" and switched to the "-webkit" version during this last update.
Jim > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Steve Finkelstein > Sent: Tuesday, October 23, 2007 2:56 PM > To: [email protected] > Subject: Re: Date control > > > > Thank you Jim. :-) > > Is there a place on webkit.org that explains these directives > in more depth? I've tried searching without much luck. > > Cheers! > > On 10/23/07, Jim Coates <[EMAIL PROTECTED]> wrote: > > > > Steve, > > > > Taking a quick look at your CSS, it looks like you still > have several > > places where you only use "box-sizing". You need to make sure you > > also have "-webkit-box-sizing", which is what the iPhone is > now using > > (since the 1.1.1 update). > > > > See if that doesn't fix your rendering problem. > > > > Jim > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Steve > > > Finkelstein > > > Sent: Tuesday, October 23, 2007 2:26 PM > > > To: [email protected] > > > Subject: Re: Date control > > > > > > > > > > > > Hi Stephanie, > > > > > > I started going that route when styling > > > http://iphone.limemedical.com/cpt, was hoping for something more > > > intuitive though. > > > > > > By the way, would anyone be kind enough to help me pin > point why my > > > border-bottom is messed up when rendering this page on an iPhone? > > > The borders seems to extend longer than my input buttons, messing > > > things up. > > > > > > Thanks! > > > > > > - sf > > > > > > On 10/22/07, Stephane Daury <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Simplest solution is to use a styled <select>. > > > > The default iPhone list picker is amazing on its own. :) > > > > > > > > http://wphoneplugin.org/wp-content/uploads/2007/10/manageaddnewuser. > > > pn > > > > g > > > > > > > > Again, that's just my take on the quickest path to completion. > > > > > > > > Stephane > > > > > > > > > > > > > > > > > > > > On Oct 22, 2007, at 19:48, Steve Finkelstein wrote: > > > > > > > > > > > > > > Hi all, > > > > > > > > > > I was curious what folks are using for date controls on their > > > > > application? Haven't been able to run into one in iUI > to sample. > > > > > > > > > > Thanks. :-) > > > > > > > > > > Sent from my iPhone > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
