What should i change in the basic theme of jqtouch to have a fixed header (+ footer maybe...)? I have tried with position:fixed.. but nothing worked...
Mobile Safari doesn't support position:fixed (at least not in a way that makes it useful for web development).
Alternatively you could try to implement this javascript solution