Hi,
First post here :)
Basically I have 2 columns, both with different background colours that need to be the same height
Both columns are fluid - they use a percentage of the screen for their width so are not fixed for example the left column is 25% and black and the the right is 75% and grey in colour.
The height of both columns is not declared, leaving it as auto by default - my columns will alter height accordingly to whats inside them.
The content is not dynamic, but when resizing the window or increasing the font size this will of course alter the heights.
What I need is to be able to make which ever column ends up the shortest to match its height to the column thats the deepest.
Basically so that it works like a table does.
Does that make any sense to anyone?
Cheers,
Pete.