Test Box Model
- By including a doctype (strict mode), IE6 and Opera7 switch to the W3C Box model, not the 'traditional' model.
- Mozilla, Konqueror/Safari and Opera 6 and lower follow W3C's standards anyway.
width:200px;
height:200px;
border:0;
padding:0;
The other boxes should be larger than this one! (And the same size!)
width:200px;
height:200px;
border:15px solid black;
padding:10px;
width:200px;
height:200px;
border:15px solid black;
padding:10px;
Box model hack for IE5 and IE5.5