1. #container {
  2. height: expression ( this.parentNode.offsetHeight - 15 'px' );
  3. width: expression ( this.parentNode.offsetWidth - 15 'px' );
  4. }