css - Aligning footer with the sidebar -


i've @ logger heads how can footer align bottom of sidebar if 0 content in space between header , footer.

sticky footer not solution because don't want @ bottom of window. inline bottom of sidebar instead.

here image of should without coloured blocks there @ moment push footer down now.

i can't provide code on local server, , segmented , broken down different files wordpress.

screenshot http://s3.amazonaws.com/awesome_screenshot/2110547?awsaccesskeyid=0r7fmw7axrvcymaptpr2&expires=1368128529&signature=gjsmfhu6%2bzoymsuj6omecvnxtes%3d

as can see above screenshot how want sidebar , footer no content there.

here screenshot showing current problem, can see how latch's on bottom of content on page , sticks below it.

http://awesomescreenshot.com/015198m642

thanks in advance.

the sidebar needs float:right; create div between sidebar , footer clear:both;, have css footer include margin-top:-xx (whatever pixels footer height is). might need throw position:relative on there.

http://jsfiddle.net/uutdg/


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -