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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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