Forum Moderators: not2easy
I don't mind if a solution is in CSS, tables, or even JavaScript.
On my page, I currently have 2 divs side by side. The left hand div is auto height to expand with its content. The right hand div is currently fixed height, with auto overflow to scroll it's content if needed.
I have been asked to have the height of the right hand div match the size of the left hand div (the left hand div needs to remain auto height). If the content in the right div exceeds the height governed by the left hand div then it will still allow it to scroll.
Thankyou in advance for any suggestions.
Fraser