<button><img src="http://expert.csdn.net/expert/images/rank/user1.gif"> 按钮</button>用图片或者特殊符号

解决方案 »

  1.   

    <font face=Marlett>6</font>
    你可以通过Css和TABLE来自己做一个按纽好了!
      

  2.   

    请问应该把<font face=Marlett>6</font>放在以下程序的哪个位置?<table id="table" style="height:30;width:500">
    <tr >
    <td width = 100%><input type="text"  value="2004" name="test" 
    id="text" ></input></td>
    <td><input type="button" id="button"
    style="width:40:left:0;top:0;position:relative"></input></td></tr>
    </table>
      

  3.   

    <table id="table" style="height:30;width:500">
    <tr >
    <td width = 100%><input type="text"  value="2004" name="test" 
    id="text" ></input></td>
    <td><input type="button" id="button"
    style="width:40:left:0;top:0;position:relative;font-family:Marlett;" value=6></input></td></tr>
    </table>
      

  4.   

    <button><font face=Marlett>6</font> 按钮</button>