Pozícionálás: clip CSS jellemző tulajdonságai

Clip

alak beállítása

Declares the shape of a clipped region when the value of the overflow property is set to a value other than visible.
Lehetséges értékek:
Shapes, or the predefined value auto.

In CSS 2, the only valid shape is a rectangle, using the following format to specify the offset lengths from each side of the box:

rect(top, right, bottom, left)

<shape> | auto | inherit

Clip minták, példák:

div { clip:auto; }

div { clip:rect(2px, 4px, 7px, 5px); }


Alapértelmezett érték: auto
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: pozícionálás

Kompatibilitás: CSS 2, CSS 2.1,

További pozícionálás:

clear cursor display float visibility top right bottom left position overflow vertical-align z-index

Clip CSS tulajdonságok, referencia

Webdesign