广告

Adviertisement

利用css建立目录

    LI.square { list-style: square inside }
    UL.plain { list-style: none }
    UL.check { list-style: url(/LI-markers/checkmark.gif) circle }
    OL { list-style: upper-alpha }
    OL OL { list-style: lower-roman inside
    }

    Outside rendering:
    * List item 1
    second line of list item

    Inside rendering:
    * List item 1
    second line of list item

    <HEAD><META http-equiv="Content-Type" content="text/html; charset=gb2312"><TITLE>border-top-style参数</TITLE><STYLE>DIV                {border:blue 10px}.border-top-style  {border-top-style:double}</STYLE></HEAD><DIV class="border-top-style">边框区顶部的边框样式是两条直线。</DIV>