最后一节编程挑战做不对呢,不知道哪出了问题,求指点
<style type="text/css">
*{margin:0; padding:0;}
#wrap{width:970px;margin:0 auto; 【任务1】}
#mainbody{【任务3】 margin-top:15px;position:absolute;}
#left{【任务2】width:110px;float:left; }
#mid{【任务2】width:650px;border:1px solid #999;float:left;margin-right:13px;}
#right{【任务3】border:1px solid #999;position:absolute;top:0;margin-left:;}
</style>
</head>