Wie man Text verbergt, der länger ist als der übergeordnete Div

/* Do this in the parent div */
div {
  overflow: hidden;
}
Plain Panda