博客园站长
这是人类成长进步中记录的每一时刻

$(document).ready(function () {});  

var  width = window.parent.$(".l-layout-center").width();

$("#content-left").css("height", height - 30);

$("#content-right").css({ "height": height - 30, "width": width - 250 });

$(window).resize(function () {      });   //浏览器窗口变动即可触发

posted on 2013-04-03 16:27  dm3344  阅读(135)  评论(0编辑  收藏  举报