CSS vlastnosti


A B C D E F G
H I J K L M N
O P Q R S T U
V W X Y Z !  

Skupiny vlastností



Hledání


Hledaný text:

Pomůcky



Odkazy



Reklama


www.elima.cz
www.haupa.cz
www.noze-nuz.com
www.sunservis.cz
další reklamy...

O stránkách


Spuštěno 20.08.2006

Od 25.06.2012 na www.manual.4fan.cz

Mapa stránek

www.manual.4fan.cz : CSS manuál

list-style-type ...



Popis

CSS vlastnost list-style-type určuje vzhled značky položky seznamu.

Parametry

Hodnotadisc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | lower-alpha | upper-alpha | none | inherit
Výchozídisc
Použitíprvky s 'display: list-item'
Procentanelze použít
Médiavisual

Příklad

<ul style="list-style-type: disc">
  <li>disc</li>  
</ul>

<ul style="list-style-type: circle">
  <li>circle</li>  
</ul>

<ul style="list-style-type: square">
  <li>square</li>  
</ul>

<ol style="list-style-type: decimal">
  <li>decimal</li>  
</ol>

<ol style="list-style-type: decimal-leading-zero">
  <li>decimal-leading-zero</li>  
</ol>

<ol style="list-style-type: lower-roman">
  <li>lower-roman</li>  
</ol>

<ol style="list-style-type: upper-roman">
  <li>upper-roman</li>  
</ol>

<ol style="list-style-type: lower-latin">
  <li>lower-latin</li>  
</ol>

<ol style="list-style-type: upper-latin">
  <li>upper-latin</li>  
</ol>

<ol style="list-style-type: lower-alpha">
  <li>lower-alpha</li>  
</ol>

<ol style="list-style-type: upper-alpha">
  <li>upper-alpha</li>  
</ol>

<ol style="list-style-type: lower-greek">
  <li>lower-greek</li>  
</ol>

<ol style="list-style-type: armenian">
  <li>armanian</li>  
</ol>

<ol style="list-style-type: none">
  <li>none</li>  
</ol>
 

  • disc
  • circle
  • square
  1. decimal
  1. decimal-leading-zero
  1. lower-roman
  1. upper-roman
  1. lower-latin
  1. upper-latin
  1. lower-alpha
  1. upper-alpha
  1. lower-greek
  1. armanian
  1. none

Příbuzné




... list-style-type

 

 

 

Veškeré zde uvedené informace pochází z veřejně dostupných zdrojů a jsou uveřejněny bez záruky.