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-colorlinelistlist-stylelist-style-imagelist-style-positionlist-style-typemarginmarkermaskmathmaxminmix-blend-modeobjectoffsetopacityorderorphansoutlineoverflowoverlayoverscrollpaddingpagepaint-orderperspectiveplacepointer-eventspositionprint-color-adjustquotesrreadingresizerightrotaterowrubyrulerxryscalescrollscrollbarshapespeakstopstroketab-sizetable-layouttexttimelinetoptouch-actiontransformtransitiontranslatetrigger-scopeunicode-bidiuser-selectvector-effectvertical-alignviewvisibilitywhitewidowswidthwill-changewordwriting-modexyz-indexzoom

list-style-image CSS Property

The list-style-image property sets an image as the marker of a list item. If the value is a valid image, it is used as the marker; otherwise the element has no marker image. ul { list-style-image: url("bullet.png"); } ul.gradient-bullets { list-style-image: linear-gradient(45deg, hotpink, gold); } noneNo marker image (default value). The marker is determined by list-style-type. url()Loads an external image by URI.linear-gradient()Linear gradient as the marker image.radial-gradient()Radial gradient as the marker image.conic-gradient()Conic gradient as the marker image.image-set()Selects the best-resolution image from a set. CSS Lists and Counters Module Level 3 Editor's Draft <image> W3CMDN
  • css
  • html
  • javascript
  • php
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
definitionexamplessyntaxmodulespecificationvalue typessourcesvisual demonstration