为什么这个中心不#block1
和#block2
?
<div id="superwrapper">
<div id="wrapper">
a
<div id="block1">
pippo
</div>
<div id="block2">
pluto
</div>
</div>
</div>
div#superwrapper {
width:100%;
height:210px;
background-color:#FFFFCC;
border:dotted;
}
div#wrapper {
text-align:left;
width:500px;
heigth:205px;
margin:0,auto;
border:dotted;
}
div#block1 {
text-align:left;
float:left;
width:200px;
height:200px;
border:dotted;
}
div#block2 {
text-align:left;
float:left;
width:200px;
height:200px;
border:dotted;
}