[TYPO3-german] css - vielleicht offtopic
Dirk Paschel
d.paschel at quantentunnel.de
Tue May 29 00:30:47 CEST 2007
Hallo!
Ich habe mit
includeCSS {
file1 = fileadmin/vorlage/template.css
file1.title = MONITOR
file2 = fileadmin/vorlage/print.css
file2.title = PRINT
file2.media = print
}
ein Print css eingefügt.
in template.css steht:
#content {
position:absolute;
top:75px;
left:185px;
width:720px;
height:465px;
font-size: 12px;
overflow: auto;
padding:10px;
border-top: 1px;
border-top-style: solid;
border-top-color: #ff0000;
border-top-spacing: 1px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #ff0000;
border-bottom-spacing: 1px;
background-color:#040059;
}
In print.css steht
#content {
top:5px;
left:5px;
width:550px;
position:absolute;
font-size: 10px;
color:#000000;
}
Trotzdem wird in der Druckvorschau der content-Container 465px beendet. Ggf
taucht dort sogar ein Scrollbalken auf.
Füge ich dem print.css völlig irre
height:5000px;
hinzu, ist der Scrollbalken weg, der Druck liefert aber auch mehrere leere
Seite.
Ich habe das Problem jetzt zum erstenmal mit dieser Typo3-Seite.
Sonst hat das immer geklappt.
Im Quelltext steht völlig korrekt:
<link rel="stylesheet" type="text/css"
href="typo3temp/stylesheet_0b89152dce.css" />
<link rel="stylesheet" type="text/css"
href="fileadmin/vorlage/template.css" title="MONITOR" />
<link rel="stylesheet" type="text/css" href="fileadmin/vorlage/print.css"
title="PRINT" media="print" />
Für jeden Tipp dankbar!
More information about the TYPO3-german
mailing list