Hi,
I need to add a fixed footer to Slide Panel Example - jQuery Mobile demo example.
How can I do this?
thanks
M
Hi,
I need to add a fixed footer to Slide Panel Example - jQuery Mobile demo example.
How can I do this?
thanks
M
Hello Mariusz,
You can add any component to the panel. Also add CSS styles for that component. E.g. for button "myButton":
pre[name=myButton]{
position: fixed;
bottom: 0;
}/pre
Hi Sergiy
And what about NavBar?
How can I fix it to the bottom?
When I add NavBar - it goes to the header and I cannot move it down.
Before that I shoud prepare a workingarea at the bottom but I don't know how to do it.
Please let me know.
Thanks
M