jquery - How to set fixed position to DIV into the page -


i have css box-model this: enter image description here

using jquery (when button cliecked) resize main content div, footer doesn't maintain position @ bottom of screen:

enter image description here

i try set position: fixed footer div, doesn't scroll page.

i know if there way position footer regardless of content

use css achieve this

.my_footer {     position: fixed;     bottom: 0;     left: 0;     right: 0;     height: 100px; } 

Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -