CSS referens

CSS boxmodellen

displaynone, block, inline, list-item, run-in, compact, marker, table, inline-table, table-row, table-column, table-cell, table-caption, table-row-group, table-header-group, table-footer-group, table-column-group
overflow, overflow-x, overflow-yvisible, hidden, auto, scroll
clearleft, right, both, none
floatleft, right, none, inherit
white-spacenormal, pre (som taggen <pre>), nowrap
line-heightnormal, inherit, npt, npx, nmm…. (avstånd mellan textrader)
left, right, top, bottomnpt, npx, nmm, n%... Yttre gränser för block område, <div>
width, heightnpt, npx, nmm, n%... bredd och höjd för blockområde
positionstatic, fixed, absolute, relative
z-indexauto, - n till n, högre nummer ligger över och kan täcka lägre nummer.
clipauto, rect(nTop, nRight, nBottom, nLeft), t r b l (Värden med mellanslag mellan t.ex 2 10 10 2)
visibilityhidden, visible, collapse, inherit
Tillbaka