<style>
.f{fason:expression(this.readOnly=true)}
</style>
<body>
<input class=f>
<input class=f>

解决方案 »

  1.   

    是这样的,上面的兄弟由于我的页面有很多个INPUT,如果找说的那么做,我还不如直接在后面假上READONLY。因为你的方法也是需要在每个INPUT后面加上 CLASS=F,有什么什么更好的方法,直接在CSS里面写一下就可以了???
      

  2.   

    <style>
    input{fason:expression(this.readOnly=true)}
    </style>
    <body>
    <input>
    <input>
    <input type="checkbox"><input type="submit"><input type="radio"><input type="reset">