Dealing with a couple of issues here: http://jsfiddle.net/BtGtT/3
The primary challenge I face is ensuring that the footer consistently remains at the bottom of the page. Regardless of whether my "otherContent" div
is set to 75px or 1500px, the footer should not be misplaced and instead stay anchored at the bottom. Any suggestions on how I can tweak my CSS to achieve this?
The secondary issue involves keeping my "contentLeft" and "contentRight" div
s equal in height to the "contentCenter" div
. It's crucial that when the height of my "otherContent" div
changes, the heights of the side columns adjust accordingly. Is there a way to accomplish this seamlessly?
In the live version of my website, I utilize an <ASP:ContentPlaceHolder>
control where the content varies in height. Ideally, I want the side columns to match the height of the center content dynamically.