例如下面是一个DIV或Table 如何让”生产信息“  四个字 嵌入到DIV或Table的上边框?
谢谢。---生产信息---------------------
|                              |
|                              |
|                              |
|                              |
--------------------------------

解决方案 »

  1.   


        <fieldset  style="width:300px; height:100px;">
            <legend>生产信息</legend>
            <div>试一下</div>
        </fieldset>
      

  2.   


    <div id="a1" style="border: solid 1px black; width: 200px; height: 50px;">
                <font color="black" style="position: relative; top: -10px; left: 10px; background-color: White">
                    生产信息</font></div>
      

  3.   

    table有这样的样式吗,如果你看见,就回下我吧