hallo,
ich habe einen text in einer seite mit overflow und einer höhe von 300px.
<div id=inhalt class=text align="left" style="width:500px; overflow:auto; height:300px; padding-right:5px; margin-left:40px; margin-top:10px; margin-right:85px; margin-bottom:10px;">
text text text text text text
</div>
mein problem ist:
beim aufruf der seite kann ich ja den text normal scrollen, der über 300px
hinaus geht.
will ich die seite aber drucken, wird mir nur der text gedruckt, der im
fenster zu sehen ist und nicht auch der, den man scrollen müßte.
<link rel="stylesheet" href="print.css" media="print">
meine print.css sieht so aus:
body
{
margin: 2em;
padding: 0;
font-family: Verdana;
font-size: 12px;
line-height: 15px;
color: #000000;
text-decoration: none;
font-weight: normal;
}
#inhalt
{
font-family: Verdana;
font-size: 12px;
line-height: 15px;
color: #000000;
text-decoration: none;
font-weight: normal;
}
#logo
{
display: none;
}
#navi
{
display: none;
}
geht das überhaupt, oder muss ich etwas angeben, damit der text gedruckt wird?
danke
sascha