Mariusz
Posts: 0
Joined: Mon Mar 09, 2015 11:11 am

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

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

Mariusz
Posts: 0
Joined: Mon Mar 09, 2015 11:11 am

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

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

Return to “Issues”