i’m working at .NET application using JQMobile
i have a fixed header on the page , my problem is on blur action of textbox the header jump to the middle of the screen.any body know how can i solve this issue?
<div data-role="header" data-position="fixed">
<h1>Fixed Header</h1>
</div>
Try to adding
position: absoluteto the header then edit it tofixed