Keep in mind, as James wrote, you can use a div with overflow:auto to two-finger scroll. Just add a border the div's CSS.
If you are using iframes or frames, try <iframe border="1"... I haven't tried using CSS on an iframe yet, but you may be able to do <iframe class="my_iframe"... And then set a border in CSS for that class. I was thinking of using some small two-fingered icon to place in frames that need two-finger scrolling? Or a larger two-finger semi-transparent image as the background image to the frame/div? -=Randy On 7/27/07 9:20 PM, "Matt Rehkopf" <[EMAIL PROTECTED]> wrote: > > Is there a way to create a border on the iFrame? From a user's > perspective, there is no way to "see" an iFrame, and therefore know > where or how to touch. Is there anything, just something to indicate > to the user that she can interact with the iFrame? > > On Jul 23, 4:51 pm, James Craig <[EMAIL PROTECTED]> wrote: >> Any scrolling div (e.g., overflow:auto) will do this, too. >> >> >> >> Randy Walker wrote: >>> If you have a Frame of iFrame, content in that Frame will be two- >>> finger >>> scrollable by default. No way to programmatically trigger two-finger >>> scrolling. >>> -=Randy >> >>> jmoney wrote: >> >>>> Did anyone notice the two finger scrolling enabled on flickim.com >> >>>> Interface was cool looking but IM's got cut off, then noticed that >>>> you >>>> could scroll inline with two fingers. Quite slick, anyone check it? >>>> wondering how to code in this manner.- Hide quoted text - >> >> - Show quoted text - > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
