输入banner图图片脚本导航/分类

盒子的总宽度

标准盒子模型:

盒子总宽度= 左右margin + 左右border + 左右padding + width

IE盒子模型:

盒子总宽度= 左右border + 左右padding + width