Hi,
i have two columns wordpress template with empty div tag at end. i need if one of the columns is longer than the another one, to change the height of the last div, so the both columns allways have same height.
Is there some kind of javascript that automaticaly check the another column height?
I have it right now for example like this:
IIIII III
IIIII III
IIIII III
IIIII III
IIIII
And i need to be it like this:
IIIII III
IIIII III
IIIII III
IIIII III
IIIII III
Thanks for your help