Page 1 of 1

How can I add a bottom section to Slide Panel Example - jQuery Mobile?

Posted: Fri Aug 07, 2015 8:55 am
by Mariusz

Hi,
I need to add a fixed footer to Slide Panel Example - jQuery Mobile demo example.
How can I do this?

thanks

M


How can I add a bottom section to Slide Panel Example - jQuery Mobile?

Posted: Fri Aug 07, 2015 6:54 pm
by Serhii Kulibaba

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


How can I add a bottom section to Slide Panel Example - jQuery Mobile?

Posted: Mon Aug 10, 2015 7:09 am
by Mariusz

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