Tobias W: Overflow-Auto-Problem im IE

Beitrag lesen

/* exploder V6 only */
* html #content {
  overflow-x: visible;
                 overflow-y: visible;
}

/* exploder V7 only */
*+html #content {
  overflow-x: visible;
                 overflow-y: visible;
}

So funzts ;)