by 清泉
30. 十一月 2008 12:09
<html>
<head>
<style>
input{background:expression((this.disabled && this.disabled==true)?"#f0f0f0":"")}
</style>
</head>
<body>
<form>
<input type="text" value="ooooo" disabled>
<input type="text" value="iiiiii">
</form>
</body>
</html>