2014-10-10 116 views
1

我正在嘗試使用字段集,但它並不像我想要的那樣工作... 圖例顯示在fieldset之外......但我希望它像正常字段集一樣覆蓋。 我的代碼,Fieldset顯示不正確

<fieldset style="border:1px solid #999; border-radius:8px; box-shadow:0 0 8px #999;padding:6px;"> 
 
<legend style="text-align: left;margin-top:-15px;">References</legend> 
 
//Some Text... 
 
</fieldset>

回答

1

<fieldset> 
 
    <legend>References</legend> 
 
    //text 
 
</fieldset>

+1

我試過,只顯示下劃線的傳說... – Pedi 2014-10-10 06:54:26

+1

手段?我張貼了一個剪輯,但它運行良好?你有沒有發佈你的整個代碼? – Tushar 2014-10-10 06:56:24

+1

雅,它在代碼片段中工作正常。但我正在Yii項目上工作,它仍然無法工作...檢查這個(問題代碼),它工作,但字段集不完整它看起來像一個水浴缸... http://stackoverflow.com/questions/20414791/border-radius-in-fieldset-doesnt-work – Pedi 2014-10-10 07:49:43