div被撑开怎么办
<div id="div1" style="background-color: #99CC00;width: 211px;">
<div id="div2" style="background-color: #252698;width: 300px;">
</div>
<div id="div3" style="background-color: #888888;width: 100%">a
</div>
</div>
如上面因为div2个宽度比div1的宽所以div1被撑开了但是div3里的100%却还是按以前的怎样让他变成div1撑开以后的100%