window.onload=function() { document.getElementById("Mainbody").style.height=document.getElementById("Sidebar").clientHeight-6;
}
//IE这样可以,但是FF下不行,怎么办
ff的话 修改style 需要 在 后面+'px'; 单位
帮帮忙,急啊
非常感谢!