Forum Moderators: not2easy
I have 2 liquid columns. One floats left and one floats right. A footer div is below. All are contained in a main div. The left column has an image that must stay connected to the footer div base aligning with the top of the footer.
The left column has a main div with a top div which gets larger or smaller depending on the amount of text and bottom div which contains the image. The right div has a main div which gets larger or smaller depending on the content.
Sometimes the left column is longer that the right column and sometimes the opposite is true. But usually the right column will control the depth.
Is it possible to keep the image in the left column vertically aligned with the top of the footer?
JavaScript can set the heights and have rules so IE obeys it. Personally I hate this solution because it requires the person to have JS active.
I tend to create a background image in the body or container and have it repeating down to make it look like the div without it actually being the div. Again it isn't a great solution but it is one that is easy to setup and is more friendly than most other solutions.