Hi, I need some help here with my CSS layout.
I have 2 main components in my page. The left menu bar and the content section.
My left menu bar is on absolute position. So, it is floating.
And my content section is positioned using CSS.
My problem now is that when the stuff inside the content section is too short, the footer I added at the end will get blocked by the left menu bar, which is floating above it.
So now how do I position my footer to appear after the left menu bar or the content section, depending on which one is longer.
And can someone explain to me what does this mean?
The following would be my CSS with the problem...