html - CSS Footer Separation -



html - CSS Footer Separation -

i have fixed footer on page, consists of text , has no background image. have fixed background image positioned bottom right. wandering prevent content overlapping both footer , background image scroll downwards page. there anyway set padding between them while scroll?

you can set padding-bottom height of footer main container. this:

.footer { height: 150px; } .container { padding-bottom: 150px; }

this prevent content under fixed footer.

edit: here fiddle - http://jsfiddle.net/2kzyv/ when reach bottom of page, footer isn't on top of content bottom padding on container.

html css position margin footer

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -