styleditor.net styleditor.net styleditor.net styleditor.net עברית accent-coloralignalignment-baselineallanchoranimationappearanceaspect-ratiobackdrop-filterbackface-visibilitybackgroundbaselineblock-sizeborderbottomboxbreakcaption-sidecaretclearclipcolorcolumncolumnscontaincontainercontentcornercountercursorcxcyddirectiondisplaydominant-baselinedynamic-range-limitempty-cellsfield-sizingfillfilterflexfloatfloodfontforced-color-adjustgapgridheighthyphenatehyphensimageime-modeinitial-letterinline-sizeinsetinteractivityinterestinterpolate-sizeisolationjustifyleftletter-spacinglighting-colorlinelistmarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionposition-anchorposition-areaposition-tryposition-try-fallbacksposition-try-orderposition-visibilityprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

position-visibility CSS Property

The position-visibility property conditionally hides an absolutely-positioned element — e.g. when its anchor is off-screen, or when it would overflow a scrolling container. Especially useful with anchor positioning for tooltips and popovers. .tooltip { position-visibility: anchor-visible; } .popover { position: absolute; position-anchor: --trigger; position-visibility: anchor-visible no-overflow; } alwaysElement is always shown — no conditional hiding.anchor-validHides the element if its anchor doesn't exist or is invalid.anchor-visibleHides the element if its anchor isn't visible (default).no-overflowHides the element if it overflows its clipping container. CSS Anchor Positioning Module Level 1 Editor's Draft W3CMDN

This is an information box.

Show all code
Edit CSS online The plugin that remembers hundreds of CSS items for you Every CSS property — in a live demonstration The bilingual CSS reference
definitionexamplessyntaxmodulespecificationsourcesvisual demonstration