[TYPO3-german] css - vielleicht offtopic

Christian Wolff Chris at connye.com
Tue May 29 00:12:46 CEST 2007


>
> in template.css steht:
> #content {
>
> position:absolute;
>

  [... gekürzt ...]

>
> height:465px;

  [... gekürzt ...]

> overflow: auto;

  [... gekürzt ...]
>
> }
>
> 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.
>
>

Hi ich hab dein CSS mal auf das wesentliche gekürzt...

damit du ein ordenliche ausdruck bekommst. in dem nix abgeschnitten wird solltest
du im print.css

#content {
	height:auto;
}

hinzufügen. schon bekommt er automatisch die höhe des inhaltes.
und wird nicht abgeschnitten.

gruss chris



-- 
christian wolff - multimedia producer
telefon: (030) 789 134 99
handy: 0179 49 44 758
email: chris at connye.com
adresse: schenkendorfstr. 6 - 10965 berlin


More information about the TYPO3-german mailing list