fieldset的邊框顏色如何設置啊,參數是什麽啊
<fieldset style="border-width: 1px; border-color: #008000; width:95%; height:220">
<legend>系統使用說明</legend>
</fieldset>
其中border-width: 1px;是邊的粗細,border-color: #008000;為邊色,最好給他壹個border-width: 1px;這個值不然會顯不出來想要的粗細的.