$(function() {

var _leftheight = $(".infor_left").height();

_rightheight = $(".infor_right").height();
 
if(_leftheight > _rightheight ) {

$(".infor_right").height(_leftheight);

}

else {

$(".infor_left").height(_rightheight);

}
posted on 2012-05-26 19:54  丫头_123139  阅读(95)  评论(0)    收藏  举报