☰
English
accent-color
align
alignment-baseline
all
anchor
animation
appearance
aspect-ratio
backdrop-filter
backface-visibility
background
baseline
block-size
border
bottom
box
break
caption-side
caret
clear
clip
color
column
columns
contain
container
content
corner
counter
cursor
cx
cy
d
direction
display
dominant-baseline
dynamic-range-limit
empty-cells
field-sizing
fill
filter
flex
float
flood
font
forced-color-adjust
gap
grid
height
hyphenate
hyphens
image
ime-mode
initial-letter
inline-size
inset
interactivity
interest
interpolate-size
isolation
justify
left
letter-spacing
lighting-color
line
list
margin
marker
mask
math
max
min
mix-blend-mode
object
offset
opacity
order
orphans
outline
overflow
overlay
overscroll
padding
page
paint-order
perspective
place
pointer-events
position
position-anchor
position-area
position-try
position-try-fallbacks
position-try-order
position-visibility
print-color-adjust
quotes
r
reading
resize
right
rotate
row
ruby
rule
rx
ry
scale
scroll
scrollbar
shape
speak
stop
stroke
tab-size
table-layout
text
timeline
top
touch-action
transform
transition
translate
trigger-scope
unicode-bidi
user-select
vector-effect
vertical-align
view
visibility
white
widows
width
will-change
word
writing-mode
x
y
z-index
zoom
מאפיין position
מאפיין position קובע את שיטת המיקום של האלמנט בתזרים — האם הוא חלק מהזרימה הרגילה או מנותק ממנה ומוצב ביחס לקונטיינר/מיקום מסוים. משפיע גם על משמעות top/right/bottom/left.
.pill { position: absolute; }
.sticky-header { position: sticky; top: 0; z-index: 10; }
static
ברירת המחדל. האלמנט חלק מהזרימה הרגילה; top/right/bottom/left/z-index לא משפיעים.
relative
האלמנט נשאר בזרימה, אך מוזז ויזואלית ביחס למיקום המקורי שלו. משמש בעיקר כעוגן ל-absolute.
absolute
האלמנט מוצא מהזרימה ומוצב ביחס לאב הקרוב המוצב (non-static). אינו תופס מקום.
fixed
האלמנט מוצא מהזרימה ומקובע ביחס ל-viewport. לא נע בעת גלילה.
sticky
הכלאה — האלמנט בזרימה רגילה עד שהוא חוצה סף גלילה, ואז מתנהג כמו fixed עד יציאת המיכל מהתצוגה.
CSS Positioned Layout Module Level 3
Editor's Draft
W3C
MDN
CSS
Show all code
ערוך CSS און-ליין
התוסף שזוכר עבורך מאות פריטי CSS
כל פרופרטי CSS — בהדגמה חיה
מקור הייחוס הדו-לשוני ל-CSS
הגדרה
דוגמאות
תחביר
מודול
מפרט
מקורות מידע
הדגמה חזותית
previous
next