次の方法で共有


list-style-type

list-style-type list-style-type *
*前のトピック: list-style-position
*次のトピック: margin

list-style-type

解説

既定のリストマーカーを指定する。

構文

{ list-style-type: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none}

注意事項

list-style-imageがnoneとなっている場合や指定された画像が表示できない場合に、代わりに表示されるマーカーを指定する。デフォルト値はdiscである。

この属性は継承される。

適用

LI, OL, UL

スクリプトプロパティ

listStyleType

Up トップに戻る
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.