I’ve built some hybrid box models in Freeway Pro that look good on computer web browsers, but when I try to view them on iPhones and iPads, the HTML portion of the box model tends to push down and overrun the fixed portion of my footer of the page. Any suggestons on how I can prevent this from occuring?
I think for mobile browsers that completely inline flexible layouts seem to
work best. Planning your layout for mobile browsers first, then using @media queries to cleverly serve the appropriate style info is just one
approach.
I’ve started the process on my still as-of-yet unfinished portfolio site…
with mixed results. My Freeway-Only approach is maddeningly complex… Still,
I slog on.
On Thu, Sep 13, 2012 at 3:25 PM, Lewis email@hidden wrote:
I’ve built some hybrid box models in Freeway Pro that look good on
computer web browsers, but when I try to view them on iPhones and iPads,
the HTML portion of the box model tends to push down and overrun the fixed
portion of my footer of the page. Any suggestons on how I can prevent this
from occuring?