mdgbayly wrote: > I've been looking at leveraging iUI > to have a banner and a footer (neither fixed) on the page, > My css skills are pretty basic (floundering in 1.0 days probably) but > I'm reading up hard on css2.0/3.0 So I'm wondering if I can expect to > be able to work around this with some clever application of css, or am > I trying to do something iUI was not designed to do? > You'll definitely need to update your CSS skills, but adding a header to the top should not be too hard once you are comfortable with the CSS. I've seen a handful of sites that have added headers above and below the navigation bar (,toolbar as iUI calls it in the CSS)
The footer could be a little bit harder. One approach would be to add the footer to each 'page' (<div> or <ul>) -- this would probably be easier from a CSS perspective, but may result in some un-DRYness (http://en.wikipedia.org/wiki/Don%27t_repeat_yourself) depending upon what templating technology you're using on the server side. Creating a footer that sits below the currently selected iUI 'page', gets repositioned when the 'page' changes, and works correctly with the slide transitions is a bigger challenge. This would probably require > Anyone else come across this? What did you do? > I'm definitely interested in hearing how others may have implemented a bottom toolbar or footer that works with iUI or any similar interface. -- Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
