<sсriрt> $(document).ready(function(){ var topHeight = 0; $("#wrap div").each(function() { if ($(this).height() > topHeight) { topHeight = $(this).height(); } }); $("#wrap div").height(topHeight); }); </sсriрt>