Search Results

0
votes
1answer
45 views

Equalize column javascript not working in Chrome

Hi, I'm using this mootools javascript snippet to equalize the height of my columns: window.addEvent('domready', function() { var columns = $$('.equalize'); var max_height …