> > Because I need to effectively 'style' existing CMS output, which has a >> navigation column already in the page (can specify YUi TreeView for >> example), it is possible that any code I write may not subsequently fit >> well with iUI. I am basically just implementing a document viewer, with a >> single navigation column and display pages on the RHS. >> > > We did something like this using iUI and and an HTML5 reference doc. I > don't think it is currently working, but the code is here: > http://code.google.com/r/**msgilligan-iuiscroll/source/** > browse/#hg%2Fweb-app%**2Fsamples%2Fiuipad<http://code.google.com/r/msgilligan-iuiscroll/source/browse/#hg%2Fweb-app%2Fsamples%2Fiuipad>
You're right, it's not :) If you look at it on a desktop browser, you'll see some stuffs sliding out of the floating box when sliding. But as a quick fix for you Rick, i guess that might be a good path to follow. 30% padding for content & a DIV on top with an overflow on it. I'm sorry to come with some bad news, but since iUI is not done for multi-column, you'll have to deal with sliding transition inside this DIV by yourself... aka by a specific CSS/JS code. Try first with a proof-of-concept with links in it. Note that the "main column" will slide below it, rather than contains itself to its column like native app does. Remi -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/iphonewebdev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
