Joachim: verschachtelte Layer und Overflow (Probl. geloest!)

Beitrag lesen

hallo,
das Problem ist geloest, ist, glaube ich, auch fuer andere interessant, deshalb moechte ich es noch mal posten:
clip funktioniert offenbar am MSIE fuer MAC nicht, ansonsten schon, sofern man die Angaben im CSS macht: clip:rect(0,250,190,0);
Aber Macianer wie ich brauchen nicht zu verzweifeln, denn es gibt eine CSS-Eigenschaft namens Overflow :-)
Hier ein Auszug aus einem posting von Henri Schomaecker:

Overflow (CSS layers only) Determines what happens if the contents of
a layer exceed its size. Choose from the following options:
Visible - increases the layer size so that all of the layer's contents
are visible. The layer expands downward and to the right.
Hidden - maintains the layer's size and clips any content that doesn't
fit. No scroll bars are provided.
Scroll - adds scroll bars to the layer regardless of whether the
contents exceed the layer's size.
Specifically providing scroll bars avoids confusion resulting from the
appearance and disappearance of scroll bars in a dynamic environment.
This option works only in browsers that support scroll bars.
Auto - makes scroll bars appear only when the layer's contents exceed
its boundaries.

Also, overflow:hidden; im CSS, jetzt passt es.

Viele Gruesse Joachim