????????????????????????????????????????????????????????????????
??????????????????????????????????????????????????????????????????????????????????????
- ????????????????
- ??????? = width(or height) + padding + border
- ?????????????????
- ??????? = width(or height)
????????????????Firefox????????????????????????IE6??????????????????????????????????????????????????????????
???????????????????????????????
- ??????????????????
- CSS?????????
- IE6?????????????????????????????????
??????????????????????????????
???????????2?????CSS??????????????????????????????????????????????????
CSS????????????????????IE6?????????????????????????????????????????????????????????????
?????????????????
div#example {
margin: 0px 0px 10px 0px;
padding: 20px;
width: 350px;
color: #fff;
font-size: 80%;
text-align: center;
background: #f00;
border: 5px solid #999;
}
/* IE6???????CSS????????? */
* html div#example {
width: 400px;
}
????????????????????????CSS?????????????


