1、图层取的不对
2、没有延时
——————————————————————————————————————————
setTimeout(function(){
var height=parseInt($("div[widgetname='TABPANE0']").css("height"));
$("div[widgetname='TABPANE0']").css({"top":"0px","height":height+"px"}).children().css({"height":height+"px","left":"-1px"});
$(".widgetBackground").css({"top":"0px","height":height-1+"px"});
},100);