【发布时间】:2013-08-14 19:54:16
【问题描述】:
只是想知道如何使用引导程序给边框标题?就像下面的例子。
<div id="form" style="width:350px;">
<fieldset>
<legend style="color:blue;font-weight:bold;">General Information</legend>
<table>
<tr>
<td><span style="text-decoration:underline">C</span>hange Password To:</td>
<td><input type="text" /></td>
</tr>
<tr>
<td><span style="text-decoration:underline">C</span>onfirm Password:</td>
<td><input type="text" /></td>
</tr>
</table>
</fieldset>
</div>
【问题讨论】:
-
边框标题是什么意思?
-
你的意思是“给标题一个边框”吗?我不认为这个问题是引导程序独有的,我猜它与某些浏览器以表单形式提供给 的内置样式有关。
-
好吧,我不知道,是的..想在 chrome 中添加那个图例。