2009-11-20

Clearing float

div.container {
 border: 1px solid #000000;
        overflow: hidden;
 width: 100%;

}

div.left {
 width: 45%;
 float: left;
}

div.right {
 width: 45%;
 float: right;
}

0 评论:

发表评论