How can I add a bottom section to Slide Panel Example - jQuery Mobile?
Hi,
I need to add a fixed footer to Slide Panel Example - jQuery Mobile demo example.
How can I do this?
thanks
M
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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