An app-like full screen layout in CSS
Usually mobile applications have a header and a footer, both of a fixed height, and remaining body, that fills the rest and contains entire application content. No matter if main application content is long enough to produce vertical scrollbar or not, header and footer are always visible and always have fixed height.
A layout like this can be build in pure CSS and HTML. Thus it is useful for PhoneGap applications developers.
Read More “An app-like full screen layout in CSS”