今天看前辈的代码,尽然看到从来没有见到过的标记。Fieldset 和 legend。立刻在Baidu里搜索。 〈fieldset〉〈legend〉fieldset名称〈/legend〉〈!-- 加入你的内容 --〉〈/fieldset〉 原来这家伙是这么用的。长见识了…… http://www.blueidea.com/bbs/newsdetail.asp?id=2037794 <table border="0" cellpadding="0" cellspacing="0" width="730"> <tr align="center"> <td> <fieldset align="center" style=" border:1px outset #00f901;" > <legend> <font style="color:red;font-weight: bold;">查询条件</font> </legend> <div valign="top"><br><br><br><br> </div> </fieldset> </td> <td width="5"></td> <td> <fieldset align="center"> <legend> <font style="color:red;font-weight: bold;">时间选择</font> </legend> <div valign="top"><br><br><br><br> </div> </fieldset> </td> </tr></table>

评论