jquery里append问题,在线等
$("#b").append("<iframe frameborder='0' border='0' style='width:expression(this.nextSibling.style.width);height:expression(this.nextSibling.style.height);position:absolute;z-index:1;top:0;left:0;'></iframe>").append($("a")).css({position:"absolute"});
jquery报错,怎么才能使expression正常使用。