IE6 position absolute height 100%

/*START Fixd*/
/* ie6 height 100% */
*html #aside{
ie6Height: expression(function(it){
it.style.height=it.parentNode.offsetHeight+'px';
it.className=" aside ie6Height ";
}(this));
}
*html #v_content .ie6Height{
ie6Height: expression(true);
}
/*END Fix*/

 

只会执行一次哦。真的是这样的。

posted @ 2012-08-18 17:58  AlfredLee  阅读(885)  评论(0编辑  收藏  举报