comment masquer le texte plus long que son parent div
/* Do this in the parent div */
div {
overflow: hidden;
}
Plain Panda
/* Do this in the parent div */
div {
overflow: hidden;
}