sascha: problem print bei overflow text

Beitrag lesen

So. Und wie muss sie lauten, damit der Text dargestellt werden kann? Tipp: Simuliere es erst auf dem Bildschirm.

simuliert hab ich es mit overflow:visible;.
wird am bildschirm optimal angezeigt, jedoch nicht gedruck.

#inhalt
{
 font-family: Verdana;
 font-size: 12px;
 line-height: 15px;
 color: #000000;
 text-decoration: none;
        font-weight: normal;
        overflow:visible;

}

sascha