Slide from page to page with static header
Hi I am trying an simple mobile site and want to create after that an mobile app with phonegap from this layout.
The problem, what I have now is, that when I slide from page to page the hader is refreshing ever. I have an fixed header, where on scrolling it is staying ever on top.
I have seen some mobile sites, where on slide, only the content div is sliding (the middle of the site), and the header and footer is staing fixed. Only the buttons on the header and footer and the label is changing very fast.
In my example the slide happens very slow and and it looks like the new header is sliding over the old one.
I am using an multilayout, what menas all my pages are in one index.html file. Will it helps if I separate the pages in different .html files?
Thanks
Nik