LIST PROPERTIES
NCD Style Sheet Guide v6.0
Sponsor's ADs:
List Type
For Unordered List {list-style-type: # }
#=disk, circle, square, decimal, none
<UL>
<LI STYLE="list-style-type:#"> Today
<LI> Tomorrow
</UL>
{list-style-type: disk }
|
|
{list-style-type: circle }
|
|
{list-style-type: square }
|
|
{list-style-type: decimal }
|
|
{list-style-type: none }
|
|
For Ordered List {list-style-type: # }
#=lower-roman, upper-roman, lower-alpha, upper-alpha
<OL>
<LI STYLE="list-style-type:#"> Today
<LI> Tomorrow
</OL>
{list-style-type: lower-roman }
|
- Today
- Tomorrow
|
{list-style-type: upper-roman }
|
- Today
- Tomorrow
|
{list-style-type: lower-alpha }
|
- Today
- Tomorrow
|
{list-style-type: upper-alpha }
|
- Today
- Tomorrow
|
List Image
{list-style-image: url(#) } #=image file
{list-style-image: # } #=none
<UL>
<LI STYLE="list-style-image: url(maru.gif)"> Today
<LI STYLE="list-style-image: none"> Tomorrow
</UL>
List Position
{list-style-position: # } #=inside, outside
<UL STYLE="list-style-position:#">
<LI> Today <BR> Today will be yesterday.
<LI> Tomorrow <BR> Tomorrow will be today.
</UL>
{list-style-position: inside}
|
- Today
Today will be yesterday.
- Tomorrow
Tomorrow will be today.
|
{list-style-position: outside}
|
- Today
Today will be yesterday.
- Tomorrow
Tomorrow will be today.
|
List Grouping
{list-style: #type #position #url }
<UL STYLE="list-style:
square inside url(maru.gif)">
<LI> Today<BR>
Today will be yesterday.
<LI> Tomorrow<BR>
Tomorrow will be today.
</UL>
|
- Today
Today will be yesterday.
- Tomorrow
Tomorrow will be today.
|
Style Sheet Guide
|
HTML Design Guide
Basic |
Selector |
Cascading
Font |
Text |
List |
Color & Background |
Box |
Table |
Position & Format |
Other|
Selector List |
Property List
Network Communication Design -
/
Copyright & Publishing 1994-2008
Network Communication Design