Tantek’s Box Model Hack

Monday, January 12th, 2004

Original source: Box Model Hack

div.content { 
  width:400px; 
  voice-family: ""}""; 
  voice-family:inherit;
  width:300px;
} 
html>body .content {
  width:300px;
} 

Used to target IE5 and IE5.5 on Windows to fix Box model width & height mis-calculations.