<span lang=EN-US style='font-size:12.0pt;color:gray'>test<o:p></o:p></span>

解决方案 »

  1.   

    不对呀,我要的是那种有凹凸感的字,如在菜单中或无效按钮,或默认的分隔线<hr>.
      

  2.   

    <input type=button value="无效"  onclick=thepre.setAttribute("disabled","true")> 
    <input type=button value="有效"  onclick=thepre.removeAttribute("disabled")>   
    <pre id=thepre>
    test
    fdasfdsa
    fdsa
    fdsa
    fdsa
    </pre>
      

  3.   

    <input type=button value="无效"  onclick=thepre.setAttribute("disabled","true")> 
    <input type=button value="有效"  onclick=thepre.removeAttribute("disabled")>     
    <pre id=thepre>
    <input type=button value=OK>
    <input type=checkbox>
    <input type=radio>
    test
    fdasfdsa
    fdsa
    fdsa
    fdsa
    </pre>
      

  4.   

    to: JK_10000(JK1) 不对呀,这只是把字变一下颜色而已.我要的是把普通文本变成就象你那个按钮表面"OK"的无效时的效果.
      

  5.   

    以上的disabled样式是IE所定义的,不是JK定义的。不符要求,见谅
      

  6.   

    试试:<div disabled=1>imafool</div>
      

  7.   

    都给你们气死了,怎么就不明白呢.我要的是把普通文本设成有下面这段代码所显示的效果.
    <button disabled=1>看到效果了吗?我要的是这种样式!!!</button>